Are you looking for a way to save a docker image offline or to transfer to an on-premises environment or share with your team?
Create a folder for where you are going to save your docker image.
Enter Folder
Make sure you have an image from the docker repository of your choice.
Pull image of your choice from dockerhub:
Check that your image has been pulled into docker on your computer:
Save the image into tarball on your computer:
You should be able to transfer that .tar file and load it with the following:
Check if your image is loaded