Deprecate -c cli short variant flag in docker run

Signed-off-by: Antonio Murdaca <runcom@linux.com>
Upstream-commit: e5a26ec0814eebca59ecde38b1aaa5a7de4013fb
Component: engine
This commit is contained in:
Antonio Murdaca
2015-09-13 22:30:10 +02:00
parent 863133e1ca
commit 0351ae3d97
3 changed files with 15 additions and 7 deletions

View File

@ -12,6 +12,16 @@ parent = "mn_use_docker"
The following list of features are deprecated.
### Command line short variant options
**Deprecated In Release: v1.9**
**Target For Removal In Release: v1.11**
The following short variant options are deprecated in favor of their long
variants:
docker run -c (--cpu-shares)
### Driver Specific Log Tags
**Deprecated In Release: v1.9**
@ -23,8 +33,6 @@ Because of which, the driver specific log tag options `syslog-tag`, `gelf-tag` a
docker --log-driver=syslog --log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"
### LXC built-in exec driver
**Deprecated In Release: v1.8**