This commit is contained in:
Denis Lehmann 2022-05-01 12:17:48 +02:00
parent ac0acd7255
commit bdaacc0b5a

View file

@ -95,7 +95,7 @@
: $ docker build -t raincloud:latest -f Dockerfile
A container of the image exposes raincloud at port =8000= and uses the base directory =/var/www/raincloud=.
Use dockers =-p= and =-v= flag to map the port on your host and to mount a base directory:
Use dockers =-p= 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