containers-common/default-policy.json

15 lines
256 B
JSON
Raw Normal View History

2021-02-15 19:09:01 +00:00
{
"default": [
{
"type": "insecureAcceptAnything"
}
],
"transports":
{
"docker-daemon":
{
"": [{"type":"insecureAcceptAnything"}]
}
}
}