add links to the Dockerfiles as canonical external requirements, add example of building and exposing the docs and simplify the Dockerfile for cacheability
This commit is contained in:
committed by
Tibor Vass
parent
bed37d2204
commit
23e91a6d7f
@ -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``)
|
||||
|
||||
Reference in New Issue
Block a user