An initial quick import of documentation from Compose, Machine and Swarm

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit 2015-01-19 09:55:08 +10:00 committed by Tibor Vass
parent f870b2c6f5
commit ff12640c2b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ In the root of the `docker` source directory:
$ make docs
.... (lots of output) ....
$ docker run --rm -it -e AWS_S3_BUCKET -p 8000:8000 "docker-docs:master" mkdocs serve
docker run --rm -it -e AWS_S3_BUCKET -p 8000:8000 "docker-docs:master" mkdocs serve
Running at: http://0.0.0.0:8000/
Live reload enabled.
Hold ctrl+c to quit.