Files
docker-cli/components/engine/daemon
NIWA Hideyuki 4581692a0e 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>
Upstream-commit: 5aeaf2a0c4236711e0981515d8627b30e22a1637
Component: engine
2015-11-20 09:24:18 +09:00
..
2015-07-29 23:39:18 +02:00
2015-10-22 10:42:53 -07:00
2015-11-13 12:51:05 -08:00
2015-11-05 17:09:57 -05:00
2015-08-27 22:07:42 -07:00
2015-11-10 20:33:29 -05:00
2015-11-09 09:51:09 -08:00
2015-11-09 09:51:09 -08:00
2015-08-27 22:07:42 -07:00
2015-11-02 08:28:34 -08:00
2015-10-22 10:42:53 -07:00
2015-11-11 17:19:39 -08:00
2015-11-10 20:33:29 -05:00
2015-11-19 11:02:25 -08:00
2015-11-09 08:26:35 -08:00
2015-11-09 08:26:35 -08:00
2015-11-09 08:26:35 -08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver