You can do this by saving the docker image as a tar file using the following command:
docker save -o <path for generated tar file> <image_name>
After this, copy your image to another system(using cp or scp) Once this is done, load the image into docker using the following command:
docker load -i <path to image tar file