線上容器dockerd的後臺程序打印了超過幾十G的日誌linux
參考:http://stackoverflow.com/questions/30969435/where-is-the-docker-daemon-logdocker
$ sudo kill -SIGHUP $(pidof dockerd)
dockerd --log-level debug dockerd -l debug
sudo nohup docker -d --log-level warn > docker.log &