Use the command
docker images
View the mirror list
Command format:
docker image save [OPTIONS] IMAGE [IMAGE...]
docker image save -o nginx.tar docker.io/nginx:latest
As shown below:
Recommended related tutorials: docker tutorial
The above is the detailed content of How to save docker image to local compressed file. For more information, please follow other related articles on the PHP Chinese website!