The docker download command replaces existing images with the same name

I have a simple question about a team docker load.

If the image exists in the local repository and the command docker loadis executed, it loads the image with the same name as in the repository, is the old image replaced with the loaded one?

+4
source share
1 answer

As shown on the page docker load, it "restores images and tags."

, .
A docker images , .

"" Docker", ( )

https://docs.docker.com/engine/security/trust/images/tag_signing.png

+3

Source: https://habr.com/ru/post/1617852/


All Articles