1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
NIWA Hideyuki 5aeaf2a0c4 Addition of "--shm-size" to which size of /dev/shm is changed.
- Optional "--shm-size=" was added to the sub-command(run, create,and build).
- The size of /dev/shm in the container can be changed
  when container is made.
- Being able to specify is a numerical value that applies number,
  b, k, m, and g.
- The default value is 64MB, when this option is not set.
- It deals with both native and lxc drivers.

Signed-off-by: NIWA Hideyuki <niwa.hiedyuki@jp.fujitsu.com>
2015-11-20 09:24:18 +09:00
..
fixtures Windows: Add volume support 2015-10-22 10:42:53 -07:00
compare.go
compare_test.go abstract the string slice struct to stringutils package 2015-08-29 01:08:40 +08:00
config.go This fixes the case where arguments are escaped twice from Dockerfiles on 2015-11-13 10:43:06 -08:00
config_test.go Windows: Adds support for Hyper-V Containers 2015-10-29 16:18:52 -07:00
config_unix.go Move VolumeDriver to HostConfig to make containers portable. 2015-09-04 12:42:44 -04:00
config_windows.go Move netmode validation to server 2015-08-14 12:17:41 -07:00
exec.go Revert "Revert "Add docker exec run a command in privileged mode"" 2015-08-13 16:36:44 +10:00
exec_test.go
hostconfig.go Addition of "--shm-size" to which size of /dev/shm is changed. 2015-11-20 09:24:18 +09:00
hostconfig_test.go Remove LXC support. 2015-11-05 17:09:57 -05:00
hostconfig_unix.go Move validation functions 2015-11-06 15:28:50 -08:00
hostconfig_windows.go Windows: Add default isolation exec driver option 2015-11-10 11:39:05 -08:00
merge.go
merge_test.go
parse.go Addition of "--shm-size" to which size of /dev/shm is changed. 2015-11-20 09:24:18 +09:00
parse_test.go Addition of "--shm-size" to which size of /dev/shm is changed. 2015-11-20 09:24:18 +09:00