tree: b8624500018f8ef4d9088ab8bcb8ba8779b39996 [path history] [tgz]
  1. src/
  2. docker-build.1.md
  3. docker-config-json.5.md
  4. docker-run.1.md
  5. docker.1.md
  6. dockerd.8.md
  7. Dockerfile
  8. Dockerfile.5.md
  9. Dockerfile.aarch64
  10. Dockerfile.armhf
  11. Dockerfile.ppc64le
  12. Dockerfile.s390x
  13. generate.go
  14. generate.sh
  15. glide.lock
  16. glide.yaml
  17. md2man-all.sh
  18. README.md
man/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