This fix updates the markdown for man pages of `docker container ...` so that they are consistent. The changes are based on feedback: https://github.com/docker/docker/pull/30645#discussion_r99020188 https://github.com/docker/docker/pull/30645#discussion_r99020304 1. Use `H2 (##)` as needed 2. Use unrpiviledged prompt (`$`) instead of (`#`) This PR convers files under man/src/container/*.md Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 6c27237f766665142b477083690450e0c745584e Component: engine
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