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