Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

copy local docker image to kind cluster

### To load local image to cluster ###

docker build -t my-custom-image:unique-tag ./my-image-dir
kind load docker-image my-custom-image:unique-tag
kubectl apply -f my-manifest-using-my-image:unique-tag
Comment

PREVIOUS NEXT
Code Example
Shell :: kubectl for windows 
Shell :: linux change azert 
Shell :: varible 
Shell :: open folder vim 
Shell :: access wsl files from windows explorer 
Shell :: ubuntu install ssh-agent 
Shell :: ufw allow port from ip 
Shell :: change message from last pushed commit 
Shell :: apache license 
Shell :: download brew 
Shell :: brew mac 
Shell :: How to remove local (untracked) files from the current Git working tree 
Shell :: reboot ubuntu 
Shell :: forward port with ssh 
Shell :: pip install git branch 
Shell :: ubuntu list disks 
Shell :: discord linux 
Shell :: stop nginx service 
Shell :: install specific version of node 
Shell :: make shortcut folder in htdocs 
Shell :: bash 
Shell :: docker make container run forever 
Shell :: logrotate force rotation 
Shell :: how to setup wordpress in docker 
Shell :: create new branch from commit 
Shell :: how to install jupyter in excel 
Shell :: set muiltiple ssh keys for different github accounts on one computer 
Shell :: where are paint 3d files saved 
Shell :: un add file in git 
Shell :: extract tar.gz in linux 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =