moby--moby/opts
Yong Tang d1982862ca Update opts.MemBytes to disable default, and move `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>
2017-01-27 12:17:06 -08:00
..
env.go
env_test.go
hosts.go
hosts_test.go
hosts_unix.go
hosts_windows.go
ip.go
ip_test.go
mount.go
mount_test.go
opts.go Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes 2017-01-27 12:17:06 -08:00
opts_test.go
opts_unix.go
opts_windows.go
port.go
port_test.go
quotedstring.go
quotedstring_test.go
runtime.go
secret.go
secret_test.go
throttledevice.go
ulimit.go
ulimit_test.go
weightdevice.go