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

03
to see running containers use,
docker ps
add -a
to see all
docker ps -a