Skip to content

Instantly share code, notes, and snippets.

@vlee-harmonicinc
Last active December 28, 2022 13:42
Show Gist options
  • Save vlee-harmonicinc/b19c8e09a4c3204d98738369bd8a9e9e to your computer and use it in GitHub Desktop.
Save vlee-harmonicinc/b19c8e09a4c3204d98738369bd8a9e9e to your computer and use it in GitHub Desktop.
docker: save vs export vs commit
input output corresponding cmd
save image image tar load -> image
export container container tar import -> image
commit container image run -> container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment