diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-10-22 13:00:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-22 13:00:47 +0200 |
commit | efd3a6405a381501b070b8805ae37d1313969784 (patch) | |
tree | 805c8e0624db6b5154d2cd4e4464816c22a4512a /docker/alpine/IMAGE.md | |
parent | 72cfe44436f4316112fc4aabfe8940aa7b4adcab (diff) | |
parent | fab0f4e5766d519a37b497927812c6b5b38e51ed (diff) | |
download | Shaarli-efd3a6405a381501b070b8805ae37d1313969784.tar.gz Shaarli-efd3a6405a381501b070b8805ae37d1313969784.tar.zst Shaarli-efd3a6405a381501b070b8805ae37d1313969784.zip |
Merge pull request #1001 from virtualtam/docker/latest
docker: add 'latest' image
Diffstat (limited to 'docker/alpine/IMAGE.md')
-rw-r--r-- | docker/alpine/IMAGE.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docker/alpine/IMAGE.md b/docker/alpine/IMAGE.md index 6f827b35..a8952257 100644 --- a/docker/alpine/IMAGE.md +++ b/docker/alpine/IMAGE.md | |||
@@ -1,5 +1,10 @@ | |||
1 | ## shaarli:latest | 1 | ## Alpine images |
2 | - [Debian 8 Jessie](https://hub.docker.com/_/debian/) | 2 | - [Alpine Linux](https://www.alpinelinux.org/) |
3 | - [PHP5-FPM](http://php-fpm.org/) | 3 | - [PHP-FPM](http://php-fpm.org/) |
4 | - [Nginx](http://nginx.org/) | 4 | - [Nginx](http://nginx.org/) |
5 | - [Shaarli](https://github.com/shaarli/Shaarli) | 5 | |
6 | ### `shaarli/shaarli:latest` | ||
7 | - [Shaarli](https://github.com/shaarli/Shaarli), `latest` branch | ||
8 | |||
9 | ### `shaarli/shaarli:master` | ||
10 | - [Shaarli](https://github.com/shaarli/Shaarli), `master` branch | ||