update README
This commit is contained in:
parent
64ffb4424f
commit
a83b7999f2
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@
|
|||
A self-contained =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:
|
||||
|
||||
: $ docker build -t raincloud:latest -f Dockerfile
|
||||
: $ docker build -t raincloud:latest -f <(curl https://raw.githubusercontent.com/Deleh/raincloud/master/Dockerfile)
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue