deployment/ansible/roles/docker/files/daemon.json

7 lines
123 B
JSON
Raw Normal View History

2021-12-12 21:34:38 +00:00
{
"metrics-addr" : "0.0.0.0:9323",
2021-12-12 23:23:33 +00:00
"experimental" : true,
"mtu": 1450,
2022-01-14 08:07:46 +00:00
"network-control-plane-mtu": 1450
2021-12-12 21:34:38 +00:00
}