Brian Goff 0c7c900e9e Bump go to go1.8.3 %!s(int64=8) %!d(string=hai) anos
..
src d618b56b40 Docs and manual changes %!s(int64=8) %!d(string=hai) anos
Dockerfile 0c7c900e9e Bump go to go1.8.3 %!s(int64=8) %!d(string=hai) anos
Dockerfile.5.md f150f42009 Convert Unused ARG error to warning %!s(int64=8) %!d(string=hai) anos
Dockerfile.aarch64 0c7c900e9e Bump go to go1.8.3 %!s(int64=8) %!d(string=hai) anos
Dockerfile.armhf 0c7c900e9e Bump go to go1.8.3 %!s(int64=8) %!d(string=hai) anos
Dockerfile.ppc64le 0c7c900e9e Bump go to go1.8.3 %!s(int64=8) %!d(string=hai) anos
Dockerfile.s390x 0c7c900e9e Bump go to go1.8.3 %!s(int64=8) %!d(string=hai) anos
README.md b2ad59e7bd Make README less scabious %!s(int64=9) %!d(string=hai) anos
docker-build.1.md 33054be31b docs: add missing cache-from man docs %!s(int64=8) %!d(string=hai) anos
docker-config-json.5.md a596d3d1cf man: mv config-json.5 to docker-config-json.5 %!s(int64=9) %!d(string=hai) anos
docker-run.1.md a18d103b5e remove --init-path from client %!s(int64=8) %!d(string=hai) anos
docker.1.md b3e14c25f2 Update the manuals of docker and dockerd %!s(int64=8) %!d(string=hai) anos
dockerd.8.md 67fdf574d5 Add daemon option to push foreign layers %!s(int64=8) %!d(string=hai) anos
generate.go fc2fc6565a Add example for device-cgroup-rule to man %!s(int64=8) %!d(string=hai) anos
generate.sh 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos
glide.lock 4e4da146ec Update sfp13/pflag %!s(int64=8) %!d(string=hai) anos
glide.yaml 00a8a40398 Add a script to generate man pages from cobra commands. %!s(int64=9) %!d(string=hai) anos
md2man-all.sh 52379fa76d Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" %!s(int64=8) %!d(string=hai) anos

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