1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docker
Alexandre Beslic 4ea3ff7061 Merge pull request #16910 from mavenugo/ipam
Vendoring libnetwork for the pluggable IPAM driver support
2015-10-13 14:41:19 -07:00
..
client.go
common.go
daemon.go Merge pull request #16928 from coolljt0725/fix_16927 2015-10-12 17:24:42 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_none.go
daemon_unix.go
daemon_windows.go
docker.go Use consistent command description 2015-10-08 08:46:21 -04:00
docker_windows.go
flags.go Use consistent command description 2015-10-08 08:46:21 -04:00
flags_test.go
README.md

docker.go contains Docker's main function.

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