Skip to content

Instantly share code, notes, and snippets.

View Chasun-fhd's full-sized avatar
🎯
Focusing

Chasun Chasun-fhd

🎯
Focusing
  • Shanghai
View GitHub Profile
@trisberg
trisberg / local-registry.md
Last active January 26, 2024 17:47
Using a Local Registry with Minikube

Using a Local Registry with Minikube

Install a local Registry

These instructions include running a local registry accessible from Kubernetes as well as from the host development machine at registry.dev.svc.cluster.local:5000.

  1. Use the docker CLI to run the registry:2 container from Docker, listening on port 5000, and persisting images in the ~/.registry/storage directory.