mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.