Home »
MCQs »
Docker MCQs
Which of the following command can run the application in a container?
5. Which of the following command can run the application in a container?
- Docker run
- Run
- Docker start
- Start
Answer: A) Docker run
Explanation:
The docker run command can run the application in a container.