1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
Yong Tang fea7acf0e9 Un-deprecated command line short variant options of -c.
Since 1.9, the following short variant options have been
deprecated in favor of their long variants:
`docker run -c (--cpu-shares)`
`docker build -c (--cpu-shares)`
`docker create -c (--cpu-shares)`
`docker update -c (--cpu-shares)`

However, `-c` is still widely used and is considered as
a convenient option for swarm (see #16271).

This fix undeprecated the command line short
variant options of `-c` and updated the deprecated.md.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-05-26 08:22:27 -07:00
..
fixtures
opts Un-deprecated command line short variant options of -c. 2016-05-26 08:22:27 -07:00
compare.go
compare_test.go
config.go
config_test.go
config_unix.go
config_windows.go
errors.go
hostconfig.go
hostconfig_solaris.go
hostconfig_test.go
hostconfig_unix.go The option --add-host and --net=host should not be mutually exclusive. 2016-05-24 18:49:11 -07:00
hostconfig_windows.go
streams.go