1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-14 01:57:32 +08:00

Enable profiling in daemon but keep log level in info

This commit is contained in:
Marcos Lilljedahl 2017-03-08 16:58:20 -03:00
parent b999083ec7
commit 7a8f1a9862

View File

@ -1,5 +1,7 @@
{
"experimental": true,
"debug": true,
"log-level": "info",
"graph": "/graph",
"insecure-registries": ["127.0.0.1"],
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],