Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 306 Bytes

NOTES.md

File metadata and controls

8 lines (8 loc) · 306 Bytes
  • To export docker image ref
    docker save <image-name> | gzip > <image-name>.tar.gz
    
  • To import docker image ref
    docker load < <image-file>.tar.gz