nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

policy.json (157B)


      1 {
      2 	"default": [
      3 		{
      4 			"type": "insecureAcceptAnything"
      5 		}
      6 	],
      7 	"transports": {
      8 		"docker-daemon": {
      9 			"": [{ "type": "insecureAcceptAnything" }]
     10 		}
     11 	}
     12 }