Tibor Vass 5e91023867 Merge pull request #25192 from dnephin/fix-manpages-on-arm 9 лет назад
..
Dockerfile fcde27e6db Fix the man/Dockerfile for arm 9 лет назад
Dockerfile.5.md 9af24ba3ac Clarify warning against using build-time variables for secrets 9 лет назад
Dockerfile.armhf fcde27e6db Fix the man/Dockerfile for arm 9 лет назад
README.md b2ad59e7bd Make README less scabious 9 лет назад
docker-attach.1.md 2e506039ff Fix a couple of typos in the docs of `docker attach` 9 лет назад
docker-build.1.md ea98cf74aa Document valid chars in image name and tag 9 лет назад
docker-commit.1.md ea98cf74aa Document valid chars in image name and tag 9 лет назад
docker-config-json.5.md a596d3d1cf man: mv config-json.5 to docker-config-json.5 9 лет назад
docker-cp.1.md cb1635c9cf update docs/reference/commandline/cp.md 9 лет назад
docker-create.1.md 55478a2c3e Update `--user`/`-u` flag in man page of `docker create` 9 лет назад
docker-diff.1.md eacae64bd8 Moving man pages out of docs 10 лет назад
docker-events.1.md 3accde6dee attach: replace interface with simple type 9 лет назад
docker-exec.1.md 899335022f Fix docs 9 лет назад
docker-export.1.md d79860af87 various man page typos 9 лет назад
docker-history.1.md e6115a6c1c remove =false from options that default to false in the docs 9 лет назад
docker-images.1.md 750e16f57c Add before and since filter to images 9 лет назад
docker-import.1.md 877e6d76a4 Fix some flaws in man. 9 лет назад
docker-info.1.md 07e1c62bf4 Update docker info output example 9 лет назад
docker-inspect.1.md c1be45fa38 fix typos 9 лет назад
docker-kill.1.md d790469681 Fix man pages 9 лет назад
docker-load.1.md 9b5e0ea7de Update docker-load documentation 9 лет назад
docker-login.1.md aee260d4eb Remove email address field from login 9 лет назад
docker-logout.1.md 971c080b67 Remove some references to "register" through login 9 лет назад
docker-logs.1.md 19c43a6915 Replace U+2018 and U+2019 with U+0027 in manpages 9 лет назад
docker-network-connect.1.md caad94d7bb Improve wording about re-assigning IP addresses 9 лет назад
docker-network-create.1.md d0081a0f47 better command `docker network create -h` output 9 лет назад
docker-network-disconnect.1.md b464f1d78c Forced endpoint cleanup 9 лет назад
docker-network-inspect.1.md c199506b59 Display `internal` flag on `network inspect` 9 лет назад
docker-network-ls.1.md 23e418b6c9 Add "driver" filter for network ls 9 лет назад
docker-network-rm.1.md 877e6d76a4 Fix some flaws in man. 9 лет назад
docker-pause.1.md eacae64bd8 Moving man pages out of docs 10 лет назад
docker-port.1.md eacae64bd8 Moving man pages out of docs 10 лет назад
docker-ps.1.md 7c46ba02e6 add support for filtering by network ID 9 лет назад
docker-pull.1.md fb5ea0c0ef Mention "docker login" in push/pull documentation 9 лет назад
docker-push.1.md ea98cf74aa Document valid chars in image name and tag 9 лет назад
docker-rename.1.md d79860af87 various man page typos 9 лет назад
docker-restart.1.md d790469681 Fix man pages 9 лет назад
docker-rm.1.md 877e6d76a4 Fix some flaws in man. 9 лет назад
docker-rmi.1.md e6115a6c1c remove =false from options that default to false in the docs 9 лет назад
docker-run.1.md 64a8317a5a Improve flag help consistency, and update docs 9 лет назад
docker-save.1.md 5a701c3e4c Update 'save' command help 9 лет назад
docker-search.1.md 92f10fe228 Add `--limit` option to `docker search` 9 лет назад
docker-start.1.md 15aa2a663b Implement configurable detach key 9 лет назад
docker-stats.1.md 0e3846e280 Change HumanSize to BytesSize for memory output in `docker stats`. 9 лет назад
docker-stop.1.md d790469681 Fix man pages 9 лет назад
docker-tag.1.md ea98cf74aa Document valid chars in image name and tag 9 лет назад
docker-top.1.md 1edc410e41 Improvement of docker top Man Page 9 лет назад
docker-unpause.1.md eacae64bd8 Moving man pages out of docs 10 лет назад
docker-update.1.md 59069ba29a Fix kernel memory updating docs 9 лет назад
docker-version.1.md 41588a5766 add --format flag to `docker version` 10 лет назад
docker-wait.1.md eacae64bd8 Moving man pages out of docs 10 лет назад
docker.1.md 24ec73f754 Update the `docker daemon` to `dockerd` for document 9 лет назад
dockerd.8.md fca0b18dcb Require listen address and advertise address to be an IP address or an interface name 9 лет назад
generate.go 00a8a40398 Add a script to generate man pages from cobra commands. 9 лет назад
generate.sh 00a8a40398 Add a script to generate man pages from cobra commands. 9 лет назад
glide.lock 47cca88c8c Dont run man generation as part of test-unit. 9 лет назад
glide.yaml 00a8a40398 Add a script to generate man pages from cobra commands. 9 лет назад
md2man-all.sh eacae64bd8 Moving man pages out of docs 10 лет назад

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