The Docker container can be created from any specific Docker image of the user's preference and the same can be obtained using the command-

Docker run t - i command name

This command will help you create the container and the same will start for you. To check the stability of the Docker container and if it is created or not, you can use the command mentioned below. This command will also check if it is running or not and it will list out all the containers along with their status on the host system where the Docker container is running. Docker ps-a

BY Best Interview Question ON 06 Oct 2019