PrerequisitesDockerSaving & Loading ImagesVersion: 2.0.0On this pageSaving & Loading Images Sometimes, it can be useful to save a docker image into a file, such that you can transport it by, e.g., a flash drive. Saving and image docker save <image tag> -o <output file> Loading an image docker load << <image file>