Files
docker-docs/man
Vincent Demeester f1d590c45b Merge pull request #26320 from yongtang/09052016-man-docker-create
Update man page for `docker create` to add `--rm` flag
(cherry picked from commit d7594d23c81ad3de47bba933bb8f9041435a6226)

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-09-08 14:34:00 -07:00
..
2016-02-17 11:55:56 +08:00
2016-02-25 09:48:21 +08:00
2016-06-02 17:17:22 +08:00
2016-02-25 09:48:21 +08:00
2016-02-25 09:48:21 +08:00
2016-08-17 23:22:00 +02:00
2016-03-22 08:16:52 +01:00
2016-08-11 17:56:46 -07:00
2016-07-25 23:17:01 -07:00

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