diff options
author | nodiscc <nodiscc@gmail.com> | 2018-01-12 23:00:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 23:00:20 +0100 |
commit | bf4faba9ca87ded7075cdd3c1972bda64438d420 (patch) | |
tree | 38573a847cd7ccf117255cae6377f3069c8fb2da /doc/md/docker/shaarli-images.md | |
parent | b7ca2eb2f61619066e2ef0c2d8e6f0e4377a137d (diff) | |
download | Shaarli-bf4faba9ca87ded7075cdd3c1972bda64438d420.tar.gz Shaarli-bf4faba9ca87ded7075cdd3c1972bda64438d420.tar.zst Shaarli-bf4faba9ca87ded7075cdd3c1972bda64438d420.zip |
doc: docker: remove armhf tags, add link to Dockerfiles
Diffstat (limited to 'doc/md/docker/shaarli-images.md')
-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 |