What is the difference between image and container?

Image is a template with contains the application and its libraries and binaries
Container is a process with runs with the application from the image

How to check running containers?

docker ps -a command shows the running and stopped containers