Files
docker-docs/docker
David Calavera da982cf551 Separate API router from server.
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>
2015-09-29 19:43:03 -04:00
..
2015-09-29 19:43:03 -04:00

docker.go contains Docker's main function.

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