typo
This commit is contained in:
parent
a23a2aa158
commit
9209cd1847
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
||||||
: $ docker build -t raincloud:latest github.com/Deleh/raincloud
|
: $ 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:
|
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
|
: $ docker run -p <local_port>:8000 -v <path_to_local_base_directory>:/var/www/raincloud raincloud:latest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue