Ive been learning about Docker for the last months, I was watching one training tutorial on udemy. I did docker ps -a to check the containers I have (all of them) and for learning purposes I was looking for a command that gives me the full container id of a container.
Lets say that from this picture, I want the full container_id of: 8a7815ffd059
thanks in advance!
