DockerCLI/man
Timothy Hobbs 46c619655f Docs: Be more clear when specifying valid formats for strings
- Use the word letter rather than character to refer to letters ;) when trying to specify that only letters and numbers can be used, and not ANY character...
- Small corrections

Fixes #29821

Signed-off-by: Timothy Hobbs <timothy@hobbs.cz>
2017-06-02 00:10:50 +00:00
..
src Docs: Be more clear when specifying valid formats for strings 2017-06-02 00:10:50 +00:00
Dockerfile project: use vndr for vendoring 2017-06-02 00:10:32 +00:00
Dockerfile.5.md Convert Unused ARG error to warning 2017-06-02 00:10:31 +00:00
Dockerfile.aarch64 project: use vndr for vendoring 2017-06-02 00:10:32 +00:00
Dockerfile.armhf project: use vndr for vendoring 2017-06-02 00:10:32 +00:00
Dockerfile.ppc64le project: use vndr for vendoring 2017-06-02 00:10:32 +00:00
Dockerfile.s390x project: use vndr for vendoring 2017-06-02 00:10:32 +00:00
README.md Make README less scabious 2017-06-02 00:10:02 +00:00
docker-build.1.md [docs,man] Fixed typo (#29516) 2017-06-02 00:10:45 +00:00
docker-config-json.5.md man: mv config-json.5 to docker-config-json.5 2017-06-02 00:07:42 +00:00
docker-run.1.md Add docs for `run|create --init|--init-path` 2017-06-02 00:10:50 +00:00
docker.1.md Update the manuals of docker and dockerd 2017-06-02 00:10:46 +00:00
dockerd.8.md Update the manuals of docker and dockerd 2017-06-02 00:10:46 +00:00
generate.go Read long description from a file. 2017-06-02 00:10:47 +00:00
generate.sh Read long description from a file. 2017-06-02 00:10:47 +00:00
glide.lock Update sfp13/pflag 2017-06-02 00:10:25 +00:00
glide.yaml Add a script to generate man pages from cobra commands. 2017-06-02 00:07:51 +00:00
md2man-all.sh Moving man pages out of docs 2017-06-02 00:06:57 +00:00

README.md

Docker Documentation

This directory contains scripts for generating the man pages. Many of the man pages are generated directly from the spf13/cobra Command definition. Some legacy pages are still generated from the markdown files in this directory. Do not edit the man pages in the man1 directory. Instead, update the Cobra command or amend the Markdown files for legacy pages.

Generate the man pages

From within the project root directory run:

make manpages