aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/containers/policy.json
blob: d8c638a0c27572eb457dfee354d6863701594fef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "default": [
    {
      "type": "insecureAcceptAnything"
    }
  ],
  "transports": {
    "docker-daemon": {
      "": [
        {
          "type": "insecureAcceptAnything"
        }
      ]
    }
  }
}