From a23a2aa1580642116656f71e37e0ff368e8e5389 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 1 May 2022 17:01:11 +0200 Subject: [PATCH] update README --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index bb71c30..b29b271 100644 --- a/README.org +++ b/README.org @@ -92,11 +92,11 @@ *** Docker A =Dockerfile=, based on [[https://www.alpinelinux.org/][Alpine Linux]], is available in the repository. - You can use it to build a /raincloud/ image locally with the following command: + You can build a local /raincloud/ image with the following command: - : $ docker build -t raincloud:latest . + : $ docker build -t raincloud:latest github.com/Deleh/raincloud - A container of the image exposes raincloud at port =8000= and uses the base directory =/var/www/raincloud=. + A container of the image exposes /raincloud/ at port =8000= and uses the base directory =/var/www/raincloud=. Use dockers =-p= flag to map the port on your host and =-v= flag to mount a local base directory: : $ docker run -p :8000 -v :/var/www/raincloud raincloud:latest