mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-15 02:37:27 +08:00
Enable profiling in daemon but keep log level in info
This commit is contained in:
parent
b999083ec7
commit
7a8f1a9862
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"experimental": true,
|
"experimental": true,
|
||||||
|
"debug": true,
|
||||||
|
"log-level": "info",
|
||||||
"graph": "/graph",
|
"graph": "/graph",
|
||||||
"insecure-registries": ["127.0.0.1"],
|
"insecure-registries": ["127.0.0.1"],
|
||||||
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],
|
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user