Docker Save | Load Save the Docker image as a tar file: docker save image_name:tag > some_name.tar docker save busybox > busybox.tar Then copy your image and load the image: docker load -i <path to image tar file> or docker load < sometar.tar