mirror of
https://github.com/docker/docs.git
synced 2026-04-01 08:48:56 +07:00
Update man page for `docker create` to add `--rm` flag (cherry picked from commit d7594d23c81ad3de47bba933bb8f9041435a6226) Signed-off-by: Misty Stanley-Jones <misty@docker.com>
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