Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Shell :: react hook install 
Shell :: how to delete command from terminal history 
Shell :: error: src refspec develop does not match any 
Shell :: apple logo in terminal 
Shell :: clear the git stash 
Shell :: how to check default path of the nginx 
Shell :: install kde partition manager 
Shell :: docker compose latest version install ubuntu 
Shell :: mac generate ssh private key 
Shell :: whereis 
Shell :: move multiple files with a single mv command 
Shell :: Ubuntu – Root folder access via gui 
Shell :: bash if set variable 
Shell :: git push asking for username after setting up ssh key 
Shell :: Creating Public Key 
Shell :: bash number of elements in variable 
Shell :: docker build 
Shell :: wget file from google drive 
Shell :: php enable extension lphp.ini 
Shell :: update psql version 
Shell :: jq starts with 
Shell :: Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager. 
Shell :: copy directory 
Shell :: install app in kali linux 
Shell :: installer lamp ubuntui 
Shell :: wsl2 taking much memory 
Shell :: ldap query powershell 
Shell :: windows cmd remove a not empty directory 
Shell :: surge delete project 
Shell :: how to upgrade npm in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =