From cd5a09973dbcdcb6f5f8bca7ee15c464ae8a8ea9 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Mon, 23 Dec 2019 21:10:47 +0100 Subject: [PATCH] adding docker-compose files and docker documentation --- docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index 76b5a964..6ea255c6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,10 +1,10 @@ -# PiGallery2 docker installation ![](https://github.com/bpatrik/pigallery2/workflows/docker-buildx/badge.svg) +# 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/ +We support multiple architectures, including `amd64`, `arm32v7`, `arm64v8`. - -###0. Install docker +## 0. Install docker Official installation guide [here](https://docs.docker.com/install/), but this will most likely do the trick ([source](https://dev.to/rohansawant/installing-docker-and-docker-compose-on-the-raspberry-pi-in-5-simple-steps-3mgl)): ```bash