(Kubernetes + Minikube) can't get docker image from local registry

后端 未结 3 1492
醉酒成梦
醉酒成梦 2020-12-14 04:50

I have setup docker on my machine and also minikube which have docker inside it, so probably i have two docker instances running on different VM

I build an image and

3条回答
  •  太阳男子
    2020-12-14 05:07

    You can issue this command to point your docker CLI to minikube: eval $(minikube docker-env) And then you can build your images there or export them from wherever you have them and import.

提交回复
热议问题