moby--moby/docker
David Calavera 1af76ef597 Remove daemon dependency from api/server.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-10 15:16:59 -05: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
daemon.go Remove daemon dependency from api/server. 2016-02-10 15:16:59 -05:00
daemon_freebsd.go
daemon_linux.go
daemon_none.go
daemon_test.go Make sure flat options are not parsed as config structures. 2016-02-02 14:45:37 -05:00
daemon_unix.go Windows: Add support for named pipe protocol 2016-02-01 19:46:30 -08:00
daemon_unix_test.go
daemon_windows.go
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.