I have a bunch of Docker containers running on a server and I used the \"latest\" tag or no tag at all for all of them. Now I want to freeze the image versions, but I have no id
The docker inspect command can be used for this. You can take a look at the answer here https://stackoverflow.com/a/54075889/8113039