Forwarded from Ĉerizo
unable to configure the Docker daemon with file /etc/docker/daemon.json: the following directives are specified both as a flag and in the configuration file: debug: (from flag: true, from file: true)只是 dockerd 配置文件里有 debug 的同时在命令加上
--debug
就这样了,但是 --log-level debug
就没问题