Files
docker-cli/components/engine/cmd/dockerd
Akihiro Suda 4fb550ce0f add docker network prune
`docker network prune` prunes unused networks, including overlay ones.
`docker system prune` also prunes unused networks.

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Upstream-commit: 7e24c16086a9a4f38e241e51837f2be4877c04a6
Component: engine
2016-10-25 06:43:54 +00:00
..
2016-04-26 09:35:22 -07:00
2016-08-25 13:09:04 -04:00
2016-08-25 13:09:04 -04:00
2016-10-25 06:43:54 +00:00
2016-10-24 15:20:01 -07:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

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