moby--moby/docker
Anusha Ragunathan f97f3e98fc When using systemd, pass expected cgroupsPath and cli options to runc.
runc expects a systemd cgroupsPath to be in slice:scopePrefix:containerName
format and the "--systemd-cgroup" option to be set. Update docker accordingly.

Fixes 21475

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
(cherry picked from commit 7ed3d265a4)
2016-03-31 18:35:03 -04:00
..
listeners Windows: add support for CloseWrite() to npipe transport 2016-03-15 18:25:35 -07:00
README.md
client.go handle debug mode for clients 2016-02-01 14:36:40 -05:00
client_test.go Add regression tests for client debug flag. 2016-02-02 16:57:36 -05:00
common.go
daemon.go Replace execdrivers with containerd implementation 2016-03-18 13:38:32 -07:00
daemon_freebsd.go
daemon_linux.go
daemon_none.go
daemon_test.go Windows CI: Fix unit test failures 2016-03-11 19:31:08 -08:00
daemon_unix.go When using systemd, pass expected cgroupsPath and cli options to runc. 2016-03-31 18:35:03 -04:00
daemon_unix_test.go Windows CI: Fix unit test failures 2016-03-11 19:31:08 -08:00
daemon_windows.go Windows libcontainerd implementation 2016-03-18 13:38:41 -07:00
docker.go
docker_windows.go
flags.go
flags_test.go

README.md

docker.go contains Docker's main function.

This file provides first line CLI argument parsing and environment variable setting.