...
1# The non-reference docs have been moved!
2
3<!-- This file is maintained within the docker/cli GitHub
4 repository at https://github.com/docker/cli/. Make all
5 pull requests against that repo. If you see this file in
6 another repository, consider it read-only there, as it will
7 periodically be overwritten by the definitive file. Pull
8 requests which include edits to this file in other repositories
9 will be rejected.
10-->
11
12The documentation for Docker Engine has been merged into
13[the general documentation repo](https://github.com/docker/docker.github.io).
14
15See the [README](https://github.com/docker/docker.github.io/blob/master/README.md)
16for instructions on contributing to and building the documentation.
17
18If you'd like to edit the current published version of the Engine docs,
19do it in the master branch here:
20https://github.com/docker/docker.github.io/tree/master/engine
21
22If you need to document the functionality of an upcoming Engine release,
23use the `vnext-engine` branch:
24https://github.com/docker/docker.github.io/tree/vnext-engine/engine
25
26The reference docs have been left in docker/docker (this repo), which remains
27the place to edit them.
28
29The docs in the general repo are open-source and we appreciate
30your feedback and pull requests!
31
32# Generate docs
33
34```shell
35$ make -f docker.Makefile yamldocs
36```
View as plain text