- disable the SUSE registry key validation temporary to switch the key on - Create /etc/containers/registries.conf.d and - Add missing comma to previous change OBS-URL: https://build.opensuse.org/package/show/devel:microos/libcontainers-common?expand=0&rev=44
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
],
|
|
"transports":
|
|
{
|
|
"docker-daemon":
|
|
{
|
|
"": [{"type":"insecureAcceptAnything"}]
|
|
}
|
|
}
|
|
}
|