The best cheat sheet of docker is at this.
Save the Docker image as a tar file:
docker save -o <path for generated tar file> <image name>
Load the image into Docker:
docker load -i <path to image tar file>
The best cheat sheet of docker is at this.
Save the Docker image as a tar file:
docker save -o <path for generated tar file> <image name>
Load the image into Docker:
docker load -i <path to image tar file>