1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
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
..
httputils remove unnecessary logs from daemon 2015-11-10 17:44:38 +08:00
router Addition of "--shm-size" to which size of /dev/shm is changed. 2015-11-20 09:24:18 +09:00
middleware.go dockerversion placeholder for library import 2015-11-09 19:32:46 +01:00
middleware_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
profiler.go api/server fix golint errors/warnings. 2015-07-28 22:44:39 +00:00
server.go extract docker volume API from local 2015-10-27 17:28:19 -07:00
server_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
server_unix.go Added possibility to use TLS with systemd socket activation 2015-11-13 17:01:23 +01:00
server_windows.go Allocate resources for server API before daemon creation 2015-10-05 09:32:08 -07:00