The difference between docker save and docker export

  1. Docker save saves the image, and docker export saves the container;
  2. docker load is used to load the image package, docker import is used to load the container package, but both will be restored to the image;
  3. docker load cannot rename the loaded image, while docker import can specify a new name for the image.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325168557&siteId=291194637