moby--moby/docker
allencloud 2feb88cbd3 1.move cors into common config
2.windows can use cors, too
3.remove function setPlatformServerConfig

Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-04-25 10:52:13 +08:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
daemon.go 1.move cors into common config 2016-04-25 10:52:13 +08: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 1.move cors into common config 2016-04-25 10:52:13 +08:00
daemon_unix_test.go Build two binaries client and daemon. 2016-04-22 11:26:01 -04:00
daemon_windows.go 1.move cors into common config 2016-04-25 10:52:13 +08: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.