Q11. How to create Docker container?

We can use Docker image to create Docker container by using the below command: This command will create and start container.You should also add, If you want to check the list of all running container withstatus on a host use the below command: docker ps -a