Q1. Explain What is Docker Container with image?

Docker container is an instance of a docker image. Docker image has all minimal items to run an app like rootfs,userfs and appfs.