1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
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
..
dockerfile Addition of "--shm-size" to which size of /dev/shm is changed. 2015-11-20 09:24:18 +09:00
builder.go Merge pull request #17762 from LK4D4/builder_commit 2015-11-08 15:57:13 +01:00
dockerignore.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
git.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
remote.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
remote_test.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
tarsum.go Fix symlink handling in builder ADD/COPY commands 2015-11-06 10:58:12 -08:00