moby--moby/man
Brian Goff 0c7c900e9e Bump go to go1.8.3
Note that go1.8.2 contains a security fix (CVE-2017-8932).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-05-30 10:15:59 -04:00
..
src
Dockerfile Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.5.md
Dockerfile.aarch64 Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.armhf Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.ppc64le Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
Dockerfile.s390x Bump go to go1.8.3 2017-05-30 10:15:59 -04:00
README.md
docker-build.1.md
docker-config-json.5.md
docker-run.1.md
docker.1.md
dockerd.8.md
generate.go
generate.sh
glide.lock
glide.yaml
md2man-all.sh

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