From 9209cd18479181150cdd8974e126c0dd415cdce5 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 1 May 2022 17:03:33 +0200 Subject: [PATCH] typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index b29b271..b933ca5 100644 --- a/README.org +++ b/README.org @@ -97,7 +97,7 @@ : $ 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=. - Use dockers =-p= flag to map the port on your host and =-v= flag to mount a local base directory: + 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