A scene where you want to share an image of docker running locally with project members.
Of course, the image is on the web, so you can do it with docker commands normally.
docker save container name>my file name.tar
This will generate a tar file.
This is when reading.
docker load <file name.tar
Recommended Posts