diff options
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/containers/policy.json | 16 | ||||
| -rw-r--r-- | dot_config/containers/registries.conf | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/dot_config/containers/policy.json b/dot_config/containers/policy.json new file mode 100644 index 0000000..d8c638a --- /dev/null +++ b/dot_config/containers/policy.json @@ -0,0 +1,16 @@ +{ + "default": [ + { + "type": "insecureAcceptAnything" + } + ], + "transports": { + "docker-daemon": { + "": [ + { + "type": "insecureAcceptAnything" + } + ] + } + } +} diff --git a/dot_config/containers/registries.conf b/dot_config/containers/registries.conf new file mode 100644 index 0000000..62ad8be --- /dev/null +++ b/dot_config/containers/registries.conf @@ -0,0 +1,2 @@ +unqualified-search-registries = ["docker.io", "quay.io", "ghcr.io"] +short-name-mode = "permissive" |
