File policy.json of Package libcontainers-common
15
1
{
2
"default": [
3
{
4
"type": "insecureAcceptAnything"
5
}
6
],
7
"transports":
8
{
9
"docker-daemon":
10
{
11
"": [{"type":"insecureAcceptAnything"}]
12
}
13
}
14
}
15