Q. How can you limit the CPU usage of a Docker container?
β
Correct Answer: (B)
--cpus
Explanation: The '--cpus' flag is used to limit the number of CPUs a container can use.