mirror of
https://github.com/docker/cli.git
synced 2026-09-27 01:40:31 -04:00
f8901321201a138ae3e41ca75bdc125a98b6a83f
docker run/create/build to use opts.MemBytes
This fix made several updates: 1. Update opts.MemBytes so that default value will not show up. The reason is that in case a default value is decided by daemon, instead of client, we actually want to not show default value. 2. Move `docker run/create/build` to use opts.MemBytes for `--shm-size` This is to bring consistency between daemon and docker run 3. docs updates. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: d1982862cacb74fb28f8103d0774960fd59a5373 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%