moby--moby/cmd/dockerd
Brian Goff 408c7ade70 Enable pprof/debug endpoints by default
Makes sure that debug endpoints are always available, which will aid in
debugging demon issues.

Wraps debug endpoints in the middleware chain so the can be blocked by
authz.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-07-17 15:01:30 -04:00
..
hack
README.md
config.go LCOW: Deprecate storagedriver option 2017-06-20 09:21:37 -07:00
config_common_unix.go
config_experimental.go
config_solaris.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go Enable pprof/debug endpoints by default 2017-07-17 15:01:30 -04:00
daemon_freebsd.go
daemon_linux.go
daemon_solaris.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
daemon_test.go
daemon_unix.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
daemon_unix_test.go
daemon_windows.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
docker.go
docker_windows.go
metrics.go
options.go
options_test.go
service_unsupported.go
service_windows.go Windows: fix build after re-vendoring golang.org/x/sys 2017-07-12 14:52:42 +02:00

README.md

docker.go contains Docker daemon's main function.

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