Q. How do you forcefully remove a running container?
β
Correct Answer: (A)
docker rm -f
Explanation: 'docker rm -f' forces the removal of a running container.