mirror of
https://github.com/containers/skopeo.git
synced 2025-09-14 13:59:44 +00:00
Merge pull request #224 from aweiteka/default-policy
Add insecureAcceptAnything to default docker-daemon transport
This commit is contained in:
@@ -3,5 +3,12 @@
|
||||
{
|
||||
"type": "insecureAcceptAnything"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"transports":
|
||||
{
|
||||
"docker-daemon":
|
||||
{
|
||||
"": [{"type":"insecureAcceptAnything"}]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user