Saving an image to a file
After you pushed your image to the company's registry, you got a lot of feedback from your colleagues. You addressed the most important feedback and would like to share your new Docker image, spam:v2
, with just a few colleagues before you share it with the entire company again. Save your new Docker image to a file called spam_updated.tar
so you can email it to your colleagues Alice and Bob.
This exercise is part of the course
Introduction to Docker
Exercise instructions
- Using the terminal, enter the command to save
spam:v2
to a file calledspam_updated.tar
.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
