Blame default-policy.json

c924ed9
{
c924ed9
    "default": [
c924ed9
        {
c924ed9
            "type": "insecureAcceptAnything"
c924ed9
        }
c924ed9
    ],
c924ed9
    "transports":
c924ed9
        {
c924ed9
            "docker-daemon":
c924ed9
                {
c924ed9
                    "": [{"type":"insecureAcceptAnything"}]
c924ed9
                }
c924ed9
        }
c924ed9
}