Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

docker save to file

docker save fedora | gzip > fedora.tar.gz
Comment

docker load and save

You will need to save the Docker image as a tar file:

docker save -o <path for generated tar file> <image name>
T
hen copy your image to a new system with regular file transfer tools such as cp, scp or rsync(preferred for big files). After that you will have to load the image into Docker:

docker load -i <path to image tar file>
Comment

PREVIOUS NEXT
Code Example
Shell :: sbt build command 
Shell :: get new instagram posts by hashtag 
Shell :: git remove untracked files 
Shell :: checkout remote branch 
Shell :: remove git repository 
Shell :: bash remove everything after character x 
Shell :: nginx redirect to port 
Shell :: apache enable module 
Shell :: terminal remove files starting with 
Shell :: revert git commit 
Shell :: install pip archlinux 
Shell :: The "@angular/compiler-cli" package was not properly installed. 
Shell :: mac install pytorch 3.6 
Shell :: rails aborted! TypeError: superclass mismatch for class Command 
Shell :: grant current user access to /dev/kvm 
Shell :: react native map install npm 
Shell :: install composer package from github 
Shell :: access wsl files from windows explorer 
Shell :: ubuntu iso download 
Shell :: how to install dependencies from package.json 
Shell :: download code from github 
Shell :: how to push newly created branch in git bash 
Shell :: remove commit not pushed 
Shell :: git configure upstream 
Shell :: replace using sed 
Shell :: how to grep curl verbose 
Shell :: convert cer to crt linux mint 
Shell :: custom notification with powershell 
Shell :: ubuntu 20 wordpress doesnt work permalinks 
Shell :: pytorch 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =