DockerCLI/man
Noah Treuhaft 9810554494 Add daemon option to push foreign layers
The --allow-nondistributable-artifacts daemon option specifies
registries to which foreign layers should be pushed.  (By default,
foreign layers are not pushed to registries.)

Additionally, to make this option effective, foreign layers are now
pulled from the registry if possible, falling back to the URLs in the
image manifest otherwise.

This option is useful when pushing images containing foreign layers to a
registry on an air-gapped network so hosts on that network can pull the
images without connecting to another server.

Signed-off-by: Noah Treuhaft <noah.treuhaft@docker.com>
2017-06-02 00:11:05 +00:00
..
src Minor fixups for history CLI reference 2017-06-02 00:11:03 +00:00
Dockerfile from golang:1.7.5-alpine for docker-manpage-dev 2017-06-02 00:10:52 +00:00
Dockerfile.5.md Convert Unused ARG error to warning 2017-06-02 00:10:31 +00:00
Dockerfile.aarch64 Incorporated feedback from review 2017-06-02 00:10:57 +00:00
Dockerfile.armhf remove musl-dev in man/Dockerfile.armhf 2017-06-02 00:10:53 +00:00
Dockerfile.ppc64le added ppc64le and s390x fixes for manpages 2017-06-02 00:10:53 +00:00
Dockerfile.s390x added ppc64le and s390x fixes for manpages 2017-06-02 00:10:53 +00:00
README.md Make README less scabious 2017-06-02 00:10:02 +00:00
docker-build.1.md docs: add missing cache-from man docs 2017-06-02 00:11:05 +00:00
docker-config-json.5.md man: mv config-json.5 to docker-config-json.5 2017-06-02 00:07:42 +00:00
docker-run.1.md remove --init-path from client 2017-06-02 00:11:03 +00:00
docker.1.md Update the manuals of docker and dockerd 2017-06-02 00:10:46 +00:00
dockerd.8.md Add daemon option to push foreign layers 2017-06-02 00:11:05 +00:00
generate.go Add example for device-cgroup-rule to man 2017-06-02 00:10:51 +00:00
generate.sh Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-06-02 00:10:54 +00:00
glide.lock Update sfp13/pflag 2017-06-02 00:10:25 +00:00
glide.yaml Add a script to generate man pages from cobra commands. 2017-06-02 00:07:51 +00:00
md2man-all.sh Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-06-02 00:10:54 +00:00

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