mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fea7acf0e9
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> |
||
---|---|---|
.. | ||
fixtures | ||
envfile.go | ||
envfile_test.go | ||
opts.go | ||
opts_test.go | ||
parse.go | ||
parse_test.go | ||
throttledevice.go | ||
ulimit.go | ||
ulimit_test.go | ||
weightdevice.go |