moby--moby/docker
Daniel Nephin 9e7651db4d Build two binaries client and daemon.
Add a proxy to support 'docker daemon'
Fix configFile option, and remove a test that is no longer relevant.
Remove daemon build tag.
Remove DOCKER_CLIENTONLY from build scripts.

Signed-off-by: Daniel Nephin <dnephin@docker.com>

Change docker-daemon to dockerd.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-04-22 11:26:01 -04:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
daemon.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
daemon_freebsd.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
daemon_linux.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
daemon_test.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
daemon_unix.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
daemon_unix_test.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
daemon_windows.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
docker.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
docker_windows.go Windows: Build docker.exe manifested and with icon 2015-06-04 11:49:10 -07:00

README.md

docker.go contains Docker's main function.

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