Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker save image tar

docker save myimage:latest | gzip > myimage_latest.tar.gz
Comment

docker image tar import

# Load images
docker load < myimage_latest.tar.gz
 or 
docker load --input nginx.tar
Comment

PREVIOUS NEXT
Code Example
Shell :: obs studio fedora 
Shell :: setup systemctl redis 
Shell :: git revert back to specific commit 
Shell :: read file line loop in bash 
Shell :: error eacces permission denied mkdir xampp ubuntu 
Shell :: how to zip and unzip tar 
Shell :: start docker 
Shell :: reboot with systemctl command 
Shell :: echo ros path 
Shell :: how to kill all emulator 
Shell :: valgrind example usage 
Shell :: install visual studio on ubuntu 
Shell :: git clone repository 
Shell :: grep last word in line 
Shell :: pdf to images imagemagick 
Shell :: install windows without usb or dvd 
Shell :: mkdir multiple directories windows 
Shell :: cd to root directory windows 
Shell :: linux kill process 
Shell :: pip remove package 
Shell :: close terminal commang 
Shell :: Push First repository 
Shell :: ion2 calendar 
Shell :: commit git 
Shell :: install specific webpack version 
Shell :: npm install express 
Shell :: install git 
Shell :: bash call another script relative to current script 
Shell :: install spacemacs 
Shell :: ubuntu startup script 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =