mirror of
https://github.com/containers/image.git
synced 2025-04-18 19:44:05 +03:00
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>
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
],
|
|
"transports":
|
|
{
|
|
"docker-daemon":
|
|
{
|
|
"": [{"type":"insecureAcceptAnything"}]
|
|
}
|
|
}
|
|
}
|