moby--moby/cmd/dockerd
Jiri Appl 33a779e308 Properly type handles to prevent overflows
This change is needed for 32 bit targets as the default type is int32
and the handle constants do not fit into it.

Signed-off-by: Jiri Appl <jiria@microsoft.com>
2018-10-10 16:46:37 -07:00
..
hack
README.md
config.go add optional fields in daemon.json to enable buildkit 2018-08-19 14:58:23 -07:00
config_common_unix.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go Remove 'docker-' prefix for containerd and runc binaries 2018-09-24 21:49:03 +00:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go create newBuildKit function separately in daemon_unix.go and daemon_windows.go for cross platform build 2018-09-11 11:22:48 -07:00
daemon_unix_test.go
daemon_windows.go create newBuildKit function separately in daemon_unix.go and daemon_windows.go for cross platform build 2018-09-11 11:22:48 -07:00
docker.go
docker_unix.go
docker_windows.go
metrics.go
options.go
options_test.go
service_unsupported.go
service_windows.go Properly type handles to prevent overflows 2018-10-10 16:46:37 -07:00

README.md

docker.go contains Docker daemon's main function.

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