diff options
| author | 2020-08-29 23:02:45 +0200 | |
|---|---|---|
| committer | 2020-08-29 23:02:45 +0200 | |
| commit | cb07b1305991489299db4f01f3cd5dae6d01da0e (patch) | |
| tree | bd752c23716a7add8a1bb19a82886361940599ca /Docker/README.md | |
| parent | 510c277aae6ca04899b2263e67346f288356e6ff (diff) | |
More changelog, Docker readme
https://github.com/FreshRSS/FreshRSS/pull/3159
Diffstat (limited to 'Docker/README.md')
| -rw-r--r-- | Docker/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Docker/README.md b/Docker/README.md index 4fe1b0cde..671335a3c 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -141,10 +141,10 @@ The tags correspond to FreshRSS branches and versions: * `:x.y.z` are specific FreshRSS releases * `:arm` or `:*-arm` are the ARM versions (e.g. for Raspberry Pi) -### Linux: Ubuntu vs. Alpine -Our default image is based on [Ubuntu](https://www.ubuntu.com/server). We offer an alternative based on [Alpine](https://alpinelinux.org/) (with the `*-alpine` tag suffix). -In [our tests](https://github.com/FreshRSS/FreshRSS/pull/2205), Ubuntu is ~3 times faster, -while Alpine is ~2.5 times [smaller on disk](https://hub.docker.com/r/freshrss/freshrss/tags) (and much faster to build). +### Linux: Debian vs. Alpine +Our default image is based on [Debian](https://www.debian.org/). We offer an alternative based on [Alpine](https://alpinelinux.org/) (with the `*-alpine` tag suffix). +In [our tests](https://github.com/FreshRSS/FreshRSS/pull/2205), Ubuntu is faster, +while Alpine is [smaller on disk](https://hub.docker.com/r/freshrss/freshrss/tags) (and much faster to build). ## Optional: Build Docker image of FreshRSS |
