diff options
-rw-r--r-- | doc/md/docker/shaarli-images.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/md/docker/shaarli-images.md b/doc/md/docker/shaarli-images.md index 9a27fcc8..e6734771 100644 --- a/doc/md/docker/shaarli-images.md +++ b/doc/md/docker/shaarli-images.md | |||
@@ -11,8 +11,6 @@ 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) | ||
16 | 14 | ||
17 | The `latest` and `master` images rely on: | 15 | The `latest` and `master` images rely on: |
18 | 16 | ||
@@ -26,7 +24,7 @@ The `stable` image relies on: | |||
26 | - [PHP5-FPM](http://php-fpm.org/) | 24 | - [PHP5-FPM](http://php-fpm.org/) |
27 | - [Nginx](http://nginx.org/) | 25 | - [Nginx](http://nginx.org/) |
28 | 26 | ||
29 | The `armhf-*` images rely on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). | 27 | Additional [Dockerfiles](https://github.com/shaarli/Shaarli/tree/doc-docker-arm/docker) are provided for the `arm32v7` platform, relying on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). |
30 | 28 | ||
31 | ### Download from DockerHub | 29 | ### Download from DockerHub |
32 | ```bash | 30 | ```bash |