mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
The LXC driver was deprecated in Docker 1.8. Following the deprecation rules, we can remove a deprecated feature after two major releases. LXC won't be supported anymore starting on Docker 1.10. 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.