eve-lite-os/system_files/usr/etc/containers/policy.json

33 lines
503 B
JSON

{
"default": [
{
"type": "reject"
}
],
"transports": {
"docker": {
"registry.arx-ccn.com": [
{
"type": "insecureAcceptAnything"
}
],
"docker.io": [
{
"type": "insecureAcceptAnything"
}
],
"quay.io": [
{
"type": "insecureAcceptAnything"
}
]
},
"docker-daemon": {
"": [
{
"type": "insecureAcceptAnything"
}
]
}
}
}