aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2018-01-12 23:06:30 +0100
committerGitHub <noreply@github.com>2018-01-12 23:06:30 +0100
commita3f83c15f4296530d3ceb70adde7c1cfb3f6312e (patch)
treec9eac91ff277a86cc9fb3a4276101db8ee180424
parentbf4faba9ca87ded7075cdd3c1972bda64438d420 (diff)
downloadShaarli-a3f83c15f4296530d3ceb70adde7c1cfb3f6312e.tar.gz
Shaarli-a3f83c15f4296530d3ceb70adde7c1cfb3f6312e.tar.zst
Shaarli-a3f83c15f4296530d3ceb70adde7c1cfb3f6312e.zip
doc: docker: add links to docker build and qemu documentation
-rw-r--r--doc/md/docker/shaarli-images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/docker/shaarli-images.md b/doc/md/docker/shaarli-images.md
index e6734771..123da83e 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
27Additional [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/). 27Additional [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/).
28 28
29### Download from DockerHub 29### Download from DockerHub
30```bash 30```bash