Q. How can you limit the memory usage of a Docker container?
β
Correct Answer: (D)
--memory
Explanation: The '--memory' flag is used to limit the memory usage of a Docker container.