Implement basic interfaces to write custom routers that can be plugged to the server. Remove server coupling with the daemon. Signed-off-by: David Calavera <david.calavera@gmail.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| client.go | ||
| common.go | ||
| daemon.go | ||
| daemon_freebsd.go | ||
| daemon_linux.go | ||
| daemon_none.go | ||
| daemon_unix.go | ||
| daemon_windows.go | ||
| docker.go | ||
| docker_windows.go | ||
| flags.go | ||
| flags_experimental.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.