9 lines
159 B
YAML
9 lines
159 B
YAML
|
# k3d registries.yaml to allow k3d to use localhost:5000 for pulling images.
|
||
|
|
||
|
mirrors:
|
||
|
localhost:5000:
|
||
|
endpoint:
|
||
|
- http://host.k3d.internal:5000
|
||
|
|
||
|
|