docker save
docker save -o fedora-all.tar fedora
docker save
docker save -o fedora-all.tar fedora
commit container to image
sudo docker commit [CONTAINER_ID] [new_image_name]
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>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us