Files
docker-cli/components/engine/daemon
Antonio Murdaca 360eb92f7d Validate --cpuset-cpus, --cpuset-mems
Before this patch libcontainer badly errored out with `invalid
argument` or `numerical result out of range` while trying to write
to cpuset.cpus or cpuset.mems with an invalid value provided.
This patch adds validation to --cpuset-cpus and --cpuset-mems flag along with
validation based on system's available cpus/mems before starting a container.

Signed-off-by: Antonio Murdaca <runcom@linux.com>
Upstream-commit: 94464e3a5e1dce0f6b3e821f79fe193278f67dba
Component: engine
2015-09-27 16:38:58 +02:00
..
2015-07-29 23:39:18 +02:00
2015-09-16 14:06:45 -07:00
2015-09-17 11:54:14 -07:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-09-24 11:56:37 -07:00
2015-08-27 22:07:42 -07:00
2015-09-24 18:44:53 -04:00
2015-09-24 18:44:53 -04:00
2015-09-24 11:56:37 -07:00
2015-09-24 18:44:53 -04:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-08-27 22:07:42 -07:00
2015-09-17 11:54:14 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 18:44:53 -04:00
2015-07-29 21:25:56 +03:00
2015-09-24 11:56:37 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver