Explain What is Docker Container with image?

Docker Container is a lightweight independent application run environment and docker image is a collection of file system which is used to run a container. Using one docker image we can create multiple containers.