You will need to save the Docker image as a tar file:
docker save -o <path for generated tar file> <image name>
Then 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…
Top comments (0)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.