What is Docker Container with image?

Docker container is an isolated software runtime environment .
A docker container has the following features:

  • It is independent
  • Has its own ROOT filesystem ,Network and PID
  • It is lightweight