Docker Tutorials: Difference between Docker Load and Docker Import
If you want to “flatten” an image and avoid the history which has multiple layers, docker export and import is the best way to do that. docker save – docker save will indeed produce a tarball, but with all parent layers, and all tags + versions. docker export – docker export does also produce a…
