]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: add armhf docker images
authornodiscc <nodiscc@gmail.com>
Fri, 5 Jan 2018 18:41:24 +0000 (19:41 +0100)
committernodiscc <nodiscc@gmail.com>
Fri, 5 Jan 2018 18:41:24 +0000 (19:41 +0100)
doc/md/docker/shaarli-images.md

index 5491ee7684f6fc1f1d5bf1cc516fc53372bda89f..9a27fcc8a7beadd4acd4a7773e350db1dbea5c7b 100644 (file)
@@ -11,6 +11,8 @@ repository.
 - `latest`: latest branch (tarball release)
 - `master`: master branch (tarball release)
 - `stable`: stable branch (tarball release)
+- `armhf-latest`: latest branch for ARMv7 32bit processors (tarball release)
+- `armhf-master`: master branch for ARMv7 32bit processors (tarball release)
 
 The `latest` and `master` images rely on:
 
@@ -24,6 +26,7 @@ The `stable` image relies on:
 - [PHP5-FPM](http://php-fpm.org/)
 - [Nginx](http://nginx.org/)
 
+The `armhf-*` images rely on [Linuxserver.io Alpine armhf images](https://hub.docker.com/r/lsiobase/alpine.armhf/).
 
 ### Download from DockerHub
 ```bash