Yong Tang 9fc393615f Update API history and man page for `--filter expose/publish` há 8 anos atrás
..
src 9fc393615f Update API history and man page for `--filter expose/publish` há 8 anos atrás
Dockerfile 7b52ec5f10 from golang:1.7.5-alpine for docker-manpage-dev há 8 anos atrás
Dockerfile.5.md f150f42009 Convert Unused ARG error to warning há 8 anos atrás
Dockerfile.aarch64 f2614f2107 project: use vndr for vendoring há 8 anos atrás
Dockerfile.armhf 1c7a66eda7 remove musl-dev in man/Dockerfile.armhf há 8 anos atrás
Dockerfile.ppc64le 5bec1b6864 added ppc64le and s390x fixes for manpages há 8 anos atrás
Dockerfile.s390x 5bec1b6864 added ppc64le and s390x fixes for manpages há 8 anos atrás
README.md b2ad59e7bd Make README less scabious há 9 anos atrás
docker-build.1.md e85bb788de [docs,man] Fixed typo (#29516) há 8 anos atrás
docker-config-json.5.md a596d3d1cf man: mv config-json.5 to docker-config-json.5 há 9 anos atrás
docker-run.1.md 1756af6faf Allow adding rules to cgroup devices.allow on container create/run há 8 anos atrás
docker.1.md b3e14c25f2 Update the manuals of docker and dockerd há 8 anos atrás
dockerd.8.md db575ef626 Add daemon option --default-shm-size há 8 anos atrás
generate.go fc2fc6565a Add example for device-cgroup-rule to man há 8 anos atrás
generate.sh 78101b26af Read long description from a file. há 8 anos atrás
glide.lock 4e4da146ec Update sfp13/pflag há 8 anos atrás
glide.yaml 00a8a40398 Add a script to generate man pages from cobra commands. há 9 anos atrás
md2man-all.sh eacae64bd8 Moving man pages out of docs há 10 anos atrás

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