Home >Operation and Maintenance >Docker >How to save docker image to local compressed file

How to save docker image to local compressed file

王林
王林Original
2020-04-05 11:29:075078browse

How to save docker image to local compressed file

Use the command

docker images

View the mirror list

How to save docker image to local compressed file

Command format:

docker image save [OPTIONS] IMAGE [IMAGE...]
docker image save -o nginx.tar docker.io/nginx:latest

As shown below:

How to save docker image to local compressed file

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to get docker imageNext article:How to get docker image