Pull image to minikube

eval $(minikube docker-env)
docker image ls
docker pull harbor.srs.lab.nordigy.ru/rwcai/whiteboard@sha256:9a7629556c6133e7e16524293827f5fdfb0520500e340c741200480e0390e534
docker image ls
#REPOSITORY                                   TAG       IMAGE ID       CREATED         SIZE
#harbor.srs.lab.nordigy.ru/rwcai/whiteboard   <none>    80e07d2d6a3e   52 years ago    20.6MB
docker tag 80e07d2d6a3e whiteboard:latest
docker image ls                                                                                                                                                                                     minikube
REPOSITORY
whiteboard                                   latest    80e07d2d6a3e   52 years ago    20.6MB
harbor.srs.lab.nordigy.ru/rwcai/whiteboard   <none>    80e07d2d6a3e   52 years ago    20.6MB

Back to local docker env from minikube

unset `env|grep DOCKER|cut -d\= -f1`

Last updated

Was this helpful?