1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
David Calavera 99adcaebc0 Merge pull request #21592 from anusha-ragunathan/docker-systemd
When using systemd, pass expected cgroupsPath and cli options to runc.
2016-03-29 17:00:10 -07:00
..
listeners Windows: add support for CloseWrite() to npipe transport 2016-03-15 18:25:35 -07:00
client.go
client_test.go Add regression tests for client debug flag. 2016-02-02 16:57:36 -05:00
common.go
daemon.go Remove runconfig package dependency from image and container routers. 2016-03-28 16:23:51 -04: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-29 14:20:10 -07:00
daemon_unix_test.go Windows CI: Fix unit test failures 2016-03-11 19:31:08 -08:00
daemon_windows.go Windows: Remove --exec-root 2016-03-24 11:42:03 -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.