• Docker
  • What is diff docker import and docker export?

docker export = Save a container as a file. This command generally used to save the container as in the same form which the container is already in.

docker import = Make an image from that file. docker import command generally used for the importing any layers from the image to another container.a