mirror of https://github.com/docker/cli.git
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:
parent
f870b2c6f5
commit
ff12640c2b
|
@ -25,7 +25,7 @@ In the root of the `docker` source directory:
|
||||||
|
|
||||||
$ make docs
|
$ make docs
|
||||||
.... (lots of output) ....
|
.... (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/
|
Running at: http://0.0.0.0:8000/
|
||||||
Live reload enabled.
|
Live reload enabled.
|
||||||
Hold ctrl+c to quit.
|
Hold ctrl+c to quit.
|
||||||
|
|
Loading…
Reference in New Issue