Q. Which of the following is a valid option for the 'docker run' command?
β
Correct Answer: (B)
-d
Explanation: The '-d' flag is used with 'docker run' to run the container in detached mode.