diff options
author | nodiscc <nodiscc@gmail.com> | 2018-01-13 11:48:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-13 11:48:42 +0100 |
commit | 5cb4c0d5bd0c0d2c8772864d35540765be6f6b9a (patch) | |
tree | 8916e09e8a24443c63cf18317e58c5119c771fe1 /doc/md/docker/shaarli-images.md | |
parent | a3f83c15f4296530d3ceb70adde7c1cfb3f6312e (diff) | |
download | Shaarli-5cb4c0d5bd0c0d2c8772864d35540765be6f6b9a.tar.gz Shaarli-5cb4c0d5bd0c0d2c8772864d35540765be6f6b9a.tar.zst Shaarli-5cb4c0d5bd0c0d2c8772864d35540765be6f6b9a.zip |
doc: fix link to dockerfiles
Diffstat (limited to 'doc/md/docker/shaarli-images.md')
-rw-r--r-- | doc/md/docker/shaarli-images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/docker/shaarli-images.md b/doc/md/docker/shaarli-images.md index 123da83e..12f7b5d1 100644 --- a/doc/md/docker/shaarli-images.md +++ b/doc/md/docker/shaarli-images.md | |||
@@ -24,7 +24,7 @@ The `stable` image relies on: | |||
24 | - [PHP5-FPM](http://php-fpm.org/) | 24 | - [PHP5-FPM](http://php-fpm.org/) |
25 | - [Nginx](http://nginx.org/) | 25 | - [Nginx](http://nginx.org/) |
26 | 26 | ||
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/). These images must be built using [`docker build`](https://docs.docker.com/engine/reference/commandline/build/) on an `arm32v7` machine or using an emulator such as [qemu](https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/). | 27 | Additional [Dockerfiles](https://github.com/shaarli/Shaarli/tree/master/docker) are provided for the `arm32v7` platform, relying on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/). These images must be built using [`docker build`](https://docs.docker.com/engine/reference/commandline/build/) on an `arm32v7` machine or using an emulator such as [qemu](https://resin.io/blog/building-arm-containers-on-any-x86-machine-even-dockerhub/). |
28 | 28 | ||
29 | ### Download from DockerHub | 29 | ### Download from DockerHub |
30 | ```bash | 30 | ```bash |