Files
docker-cli/components/engine/cmd/dockerd
Brian Goff feb51dbad1 Extract volume interaction to a volumes service
This cleans up some of the package API's used for interacting with
volumes, and simplifies management.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: e4b6adc88e967971de634596654d9bc33e7bd7e0
Component: engine
2018-05-25 14:21:07 -04:00
..
2018-02-05 16:51:57 -05:00
2018-03-16 11:03:43 -04:00
2018-05-23 17:50:54 +02:00
2018-03-16 11:03:43 -04:00
2018-05-17 19:28:27 +02:00
2018-05-19 03:15:08 +02:00
2018-05-23 17:50:54 +02:00
2018-03-16 11:03:43 -04:00
2016-09-01 14:47:51 +08:00
2017-07-31 13:16:46 -07:00

docker.go contains Docker daemon's main function.

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