• Save the image to a file:
docker save <image> > image.tar
  • Import the file
cat exampleimage.tgz | docker import - exampleimagelocal:new