moby--moby/docker
Erik Hollensbe 4398108433 Move parsing functions to pkg/parsers and the specific kernel handling
functions to pkg/parsers/kernel, and parsing filters to
pkg/parsers/filter. Adjust imports and package references.

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)
2014-07-29 13:09:10 -07:00
..
README.md Add README.md file for the docker directory 2014-05-20 09:04:46 +00:00
docker.go Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00

README.md

docker.go contains Docker's main function.

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