Command line, manpage and deprecation documentation

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
This commit is contained in:
Richard Scothern 2015-09-25 13:49:50 -07:00 committed by Jessica Frazelle
parent 40164ebcc1
commit 6321ac9182
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
3 changed files with 8 additions and 0 deletions

View file

@ -68,3 +68,7 @@ The following double-dash options are deprecated and have no replacement:
docker ps --since-id
docker ps --before-id
docker search --trusted
### Interacting with V1 registries
Version 1.8.3 adds a flag (`--no-legacy-registry=false`) which prevents the docker daemon from `pull`, `push`, and `login` operations against v1 registries. Though disabled by default, this signals the intent to deprecate the v1 protocol.

View file

@ -45,6 +45,7 @@ parent = "smn_cli"
--log-driver="json-file" Default driver for container logs
--log-opt=[] Log driver specific options
--mtu=0 Set the containers network MTU
--no-legacy-registry=false Do not contact legacy registries
-p, --pidfile="/var/run/docker.pid" Path to use for daemon PID file
--registry-mirror=[] Preferred Docker registry mirror
-s, --storage-driver="" Storage driver to use

View file

@ -125,6 +125,9 @@ unix://[/path/to/socket] to use.
**--mtu**=VALUE
Set the containers network mtu. Default is `0`.
**--no-legacy-registry=**true|false
Do not contact legacy registries
**-p**, **--pidfile**=""
Path to use for daemon PID file. Default is `/var/run/docker.pid`