dockerd started in debug mode
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
docker (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
After installing the docker snap, I realised that dockerd has the following flag --debug.
I would consider that option fine for the candidate channel but not the stable one.
Trying to setup debug to false in the daemon.json fails (the dockerd does not start because of conflicting directives).
The problematic line is here: https:/
Could this option be removed and instead - if debug is still wished to be default - set inside the configuration file (aka daemon.json https:/
If it is in the configuration file then users can override it if they think otherwise. At the moment we cannot disable debug mode as a user.