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?
source
share