This commit is contained in:
Denis Lehmann 2022-05-01 17:03:33 +02:00
parent a23a2aa158
commit 9209cd1847

View file

@ -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 <local_port>:8000 -v <path_to_local_base_directory>:/var/www/raincloud raincloud:latest