fix: add docker.io to unqualified registries conf
This commit is contained in:
parent
5df3bdf743
commit
893514cbad
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
unqualified-search-registries = ["docker.io"]
|
||||||
|
|
||||||
[[registry]]
|
[[registry]]
|
||||||
insecure = true
|
insecure = true
|
||||||
location = "host.containers.internal:5000"
|
location = "host.containers.internal:5000"
|
||||||
|
|
Loading…
Reference in a new issue