Files
moby/cmd/dockerd
Sebastiaan van Stijn 6f9cdd6c73 Improve description for cpu-rt-period,runtime daemon flags
These options configure the parent cgroup, not the default for containers,
nor the daemon itself, so adding that information to the flag description
to make this slightly more clear.

relates to 56f77d5ade (#23430) which implemented
these flags.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-21 17:15:21 +02:00
..
2018-02-05 16:51:57 -05:00
2019-06-18 01:40:25 +00:00
2019-06-18 01:40:25 +00:00
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2018-05-23 17:50:54 +02:00
2018-06-13 09:04:30 +02:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

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