moby--moby/docker
Aleksa Sarai e3a8c8388f pkg: listeners: separate out the listeners package
This code will be used in containerd and is quite useful in general to
people who want a nice way of creating listeners from proto://address
arguments (even supporting socket activation). Separate it out from
docker/ so people can use it much more easily.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
2016-04-02 01:09:29 +11: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 Verify that the configuration keys in the file are valid. 2016-01-21 16:56:12 -05:00
daemon.go pkg: listeners: separate out the listeners package 2016-04-02 01:09:29 +11:00
daemon_freebsd.go
daemon_linux.go
daemon_none.go daemon: remove some unused code 2016-03-31 11:24:12 -07:00
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 replace the os.Stdout with stdout to adapt platform 2015-12-30 18:24:02 +08:00
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.