Renaud Gaubert 6702ac590e Fix node-generic-resources CLI typo 7 years ago
..
hack 437e81cd69 review code about cmd/* and fix some easy typos :D 8 years ago
README.md 00dcbd0693 Fix readme doc for dockerd 9 years ago
config.go 6702ac590e Fix node-generic-resources CLI typo 7 years ago
config_common_unix.go 4785f1a7ab Remove solaris build tag and `contrib/mkimage/solaris 7 years ago
config_unix.go 16fe5a1289 Remove unused experimental code 7 years ago
config_unix_test.go 4785f1a7ab Remove solaris build tag and `contrib/mkimage/solaris 7 years ago
config_windows.go ddae20c032 Update libcontainerd to use containerd 1.0 7 years ago
daemon.go 8d6df8a0ad Disallow using legacy (V1) registries 7 years ago
daemon_freebsd.go e128a65685 Windows: Wait for OOBE to prevent crashing during host update 8 years ago
daemon_linux.go 6ed1163c98 Remove redundant build-tags 7 years ago
daemon_test.go 8c6322338c Remove deprecated support for duplicate label-keys 7 years ago
daemon_unix.go 97b0a9d5f1 Fix nonewmountns for containerd options 7 years ago
daemon_unix_test.go 8d6df8a0ad Disallow using legacy (V1) registries 7 years ago
daemon_windows.go 2058854c4b Merge pull request #35253 from Microsoft/jjh/startuplogging 7 years ago
docker.go 1009e6a40b Update logrus to v1.0.1 8 years ago
docker_windows.go fa82c0aa10 Windows: work around Go 1.6.2/Nano Server TP5 issue 9 years ago
metrics.go 1009e6a40b Update logrus to v1.0.1 8 years ago
options.go 1009e6a40b Update logrus to v1.0.1 8 years ago
options_test.go 9ff9a91ab7 Remove `cli/flags` package 8 years ago
service_unsupported.go a8e144dab4 Windows: no pidfile when service 8 years ago
service_windows.go 1009e6a40b Update logrus to v1.0.1 8 years ago

README.md

docker.go contains Docker daemon's main function.

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