3. Containers Vs Images

01

Images are used to build containers,

**pic from part in link top right img

02

we can see them under Images in Docker Destkop, or use this command

docker images ls
                            
**pic from part in link top right img

03

to see running containers use,

docker ps 
                            

add -a to see all

docker ps -a
                            
**pic from part in link top right img