TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Sharing a local docker registry with minikube

3 pointsby tango12about 8 years ago

1 comment

moondevabout 8 years ago
I run a registry inside minikube as well. However to push from my laptop I use a docker image that runs socat and proxys to the minikubeip:registrynodeport. Works great and is really portable. I just stop the local container when i'm done.