Q. What is the default command that Docker runs in a container if no command is specified?
β
Correct Answer: (A)
CMD
Explanation: If no command is specified, Docker will use the default command specified in the Dockerfile as CMD.