Q. How can you set Docker Compose to automatically remove containers after they stop?
β
Correct Answer: (B)
Using 'docker-compose rm -f'
Explanation: The 'docker-compose rm -f' command removes containers after they stop.