1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

add links to the Dockerfiles as canonical external requirements, add example of building and exposing the docs and simplify the Dockerfile for cacheability

Upstream-commit: 23e91a6d7f
Component: cli
This commit is contained in:
Sven Dowideit
2013-10-29 10:39:44 +10:00
committed by Tibor Vass
parent 199feb6224
commit e5bc16370d

View File

@@ -57,6 +57,9 @@ docs inside the container, even starting a simple HTTP server on port
build .`` and run the resulting image. This is the equivalent to
``make clean server`` since each container starts clean.
In the ``docs/`` directory, run:
```docker build -t docker:docs . && docker run -p 8000:8000 docker:docs```
Usage
-----
* Follow the contribution guidelines (``../CONTRIBUTING.md``)