moby--moby/docker
Daniel Nephin f5916b10ae Remove the graph driver from the daemon, move it into the layer store.
Support restoreCustomImage for windows with a new interface to extract
the graph driver from the LayerStore.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-12-28 12:55:48 -05:00
..
README.md
client.go
common.go
daemon.go Remove the graph driver from the daemon, move it into the layer store. 2015-12-28 12:55:48 -05:00
daemon_freebsd.go Fix "./docker" package name on freebsd 2015-11-17 09:38:19 -08:00
daemon_linux.go
daemon_none.go
daemon_unix.go
daemon_windows.go
docker.go
docker_windows.go
flags.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.