Q. Which command is used to remove a Docker container?
β
Correct Answer: (A)
docker rm
Explanation: The 'docker rm' command removes a stopped container.