Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 245 Bytes

Minikube.md

File metadata and controls

11 lines (9 loc) · 245 Bytes

Minikube

1. Switch to Minikube docker host

eval $(minikube docker-env)

2. Import local docker image to Minikube docker host

docker save <image name> | (eval $(minikube docker-env) && docker load)