Difficulty: Advanced
What is the difference between 'docker save' and 'docker export'?
`docker save` saves an **image** with its history and layers. `docker export` exports a **running container's** filesystem as a flat tarball, losing all history and layers.
Export, Save, Image, Container