1
0
mirror of https://github.com/containers/image.git synced 2025-04-18 19:44:05 +03:00
image/default-policy.json
Rahil Bhimjiani 45441676e3
Moving policy.json and default.yaml from containers/skopeo
It makes more sense to keep these 2 files along with their man
pages...in c/image
https://github.com/containers/common/pull/1757

Signed-off-by: Rahil Bhimjiani <me@rahil.website>
2023-12-10 04:46:35 +05:30

15 lines
256 B
JSON

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