- copy images
docker save -o <path for generated tar file> <image name> docker load -i <path to image tar file> You should add filename (not just directory) with -o, for example: docker save -o c:/myfile.tar centos:16
docker save -o <path for generated tar file> <image name> docker load -i <path to image tar file> You should add filename (not just directory) with -o, for example: docker save -o c:/myfile.tar centos:16