moby--moby/docker
Solomon Hykes b4efcd53e0 Remove unnecessary job "initserverpidfile"
That job was a hacky solution to a real race condition. This removes the
hack without re-introducing the race.

Signed-off-by: Solomon Hykes <solomon@docker.com>
2014-08-06 17:56:11 +00:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
client.go Add a "daemon" build tag and toggle it with the already-existing "DOCKER_CLIENTONLY" build variable 2014-08-04 15:05:12 -06:00
daemon.go Remove unnecessary job "initserverpidfile" 2014-08-06 17:56:11 +00:00
docker.go Add a "daemon" build tag and toggle it with the already-existing "DOCKER_CLIENTONLY" build variable 2014-08-04 15:05:12 -06:00
flags.go Rename DOCKER_CONFIG envvar to DOCKER_CERT_PATH 2014-08-04 17:36:53 -07:00

README.md

docker.go contains Docker's main function.

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