Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker image convert to tar

docker save myimage:latest | gzip > myimage_latest.tar.gz
 or
docker save -o nginx-all.tar nginx # All image of nginx convert into tar
 or 
docker save -o nginx.tar nginx:latest # Latest image of nginx convert into tar 
 
# Load images
docker load < myimage_latest.tar.gz
 or 
docker load --input nginx.tar
Comment

PREVIOUS NEXT
Code Example
Shell :: linux auto suspensd stop 
Shell :: osx kill process on port 
Shell :: utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory 
Shell :: maven test skip 
Shell :: git change git commit date 
Shell :: E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? 
Shell :: windows 10 install wsl2 
Shell :: search in history command windows 
Shell :: docker permission denied dial 
Shell :: brew portkill 
Shell :: hibernate in windows 
Shell :: git checkout previous commit HEAD 
Shell :: how to kill a process with linux 
Shell :: sudo cd 
Shell :: powershell show only current directory 
Shell :: install rust on arch linux 
Shell :: could not find driver postgres laravel 
Shell :: how to run debian on docker 
Shell :: unikey ubuntu 20.04 
Shell :: fix read only file system 
Shell :: reload ssh agent 
Shell :: How To Install the Apache Web Server on Ubuntu 18.04 
Shell :: brave browser ubuntu 20.10 command line download 
Shell :: npm install bootstrap 3 
Shell :: k8 delete deployment 
Shell :: change ubuntu terminal prompt color 
Shell :: split bash string 
Shell :: Required Windows feature(s) not enabled : Hyper-V and Containers 
Shell :: windows how to install and use RSAT tools 
Shell :: mongodb clone database 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =