Skip to content

Instantly share code, notes, and snippets.

View robopageX's full-sized avatar
:octocat:
DevOps

RoboPageX robopageX

:octocat:
DevOps
View GitHub Profile
@developerinlondon
developerinlondon / docker.md
Last active January 9, 2024 11:31
Docker saving and loading images

Here's how to save and load docker images:

Example scenario: To save a docker image from a docker repository and save it as a tar file locally.

  1. Save the image as a tarball

docker save repositoryname:tag > repotag.tar

  1. Zip the image