diff options
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/docker/shaarli-images.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/md/docker/shaarli-images.md b/doc/md/docker/shaarli-images.md index 5491ee76..9a27fcc8 100644 --- a/doc/md/docker/shaarli-images.md +++ b/doc/md/docker/shaarli-images.md | |||
@@ -11,6 +11,8 @@ repository. | |||
11 | - `latest`: latest branch (tarball release) | 11 | - `latest`: latest branch (tarball release) |
12 | - `master`: master branch (tarball release) | 12 | - `master`: master branch (tarball release) |
13 | - `stable`: stable branch (tarball release) | 13 | - `stable`: stable branch (tarball release) |
14 | - `armhf-latest`: latest branch for ARMv7 32bit processors (tarball release) | ||
15 | - `armhf-master`: master branch for ARMv7 32bit processors (tarball release) | ||
14 | 16 | ||
15 | The `latest` and `master` images rely on: | 17 | The `latest` and `master` images rely on: |
16 | 18 | ||
@@ -24,6 +26,7 @@ The `stable` image relies on: | |||
24 | - [PHP5-FPM](http://php-fpm.org/) | 26 | - [PHP5-FPM](http://php-fpm.org/) |
25 | - [Nginx](http://nginx.org/) | 27 | - [Nginx](http://nginx.org/) |
26 | 28 | ||
29 | The `armhf-*` images rely on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). | ||
27 | 30 | ||
28 | ### Download from DockerHub | 31 | ### Download from DockerHub |
29 | ```bash | 32 | ```bash |