1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cmd/dockerd
Vincent Demeester 3b1f82b52d Merge pull request #25406 from pwzgorilla/master
use `proto` and `addr` replace `protoAddrParts[0]` and `protoAddrPart…
2016-08-10 14:07:30 +02:00
..
hack
daemon.go Merge pull request #25406 from pwzgorilla/master 2016-08-10 14:07:30 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go
daemon_test.go Fixing v2 registry restriction for non-linux platforms. 2016-07-20 16:14:40 -07:00
daemon_unix.go Rename config LiveRestore to LiveRestoreEnabled 2016-07-28 17:10:40 -07:00
daemon_unix_test.go Fixing v2 registry restriction for non-linux platforms. 2016-07-20 16:14:40 -07:00
daemon_windows.go
docker.go
docker_windows.go
README.md
routes.go
routes_experimental.go
service_unsupported.go
service_windows.go

docker.go contains Docker's main function.

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