Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

use local image with minikube

#reuse the Docker daemon from Minikube
eval $(minikube docker-env)

#Build the image with the Docker daemon of Minikube
docker build -t my-image .

#my-image ready to use on Minikube cluster
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #local #image #minikube
ADD COMMENT
Topic
Name
2+5 =