Docker Swarm - how-to's on docker swarm.
Export an image to a tar file:
docker save <IMAGE>:<TAG> -o <NAME>.tar
Load an image from a tar:
docker load -i <NAME>.tar
Docker Swarm - how-to's on docker swarm.
Export an image to a tar file:
docker save <IMAGE>:<TAG> -o <NAME>.tar
Load an image from a tar:
docker load -i <NAME>.tar