DockerCLI/docs/reference
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
..
commandline Add daemon option to push foreign layers 2017-06-02 00:11:05 +00:00
builder.md Document arg before from 2017-06-02 00:11:05 +00:00
glossary.md Define bridge networks 2017-06-02 00:10:54 +00:00
index.md update incorrect url in docs 2017-06-02 00:10:50 +00:00
run.md Improve documentation on the -e flag to the 'run' cli command. The ability to import the current vale of an environment variable by simply naming the variable didn't seem to be documented anywhere. (see opts/env.go) 2017-06-02 00:11:05 +00:00