From a5100d79f91dc1dc90f021b6299ca9452bc8f1a0 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 1 Jan 2020 16:10:58 +0100 Subject: [PATCH] readme update --- docker/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 011857a7..a3829fb5 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,11 @@ # PiGallery2 docker installation [![Docker build](https://github.com/bpatrik/pigallery2/workflows/docker-buildx/badge.svg)](https://github.com/bpatrik/pigallery2/actions) -You can use [docker](https://docs.docker.com/install/) to run PiGallery2. See all available docker tags here: https://hub.docker.com/r/bpatrik/pigallery2/tags/ +You can use [docker](https://docs.docker.com/install/) to run PiGallery2. See all available docker tags [here](https://hub.docker.com/r/bpatrik/pigallery2/tags/). +available tags: + - `v*` (stable): built from the a release with the same version name. + - `latest` (stable): same as the latest `v*`, built with debian stretch + - `nightly` : built from the current state of `master`. This might break from time to time. + We support multiple architectures, including `amd64`, `arm32v7`, `arm64v8`.