Q. What is a Docker 'service' in the context of Docker Swarm?
β
Correct Answer: (B)
A group of containers managed by Docker Swarm
Explanation: A Docker 'service' in Docker Swarm is a set of containers deployed and managed together, often across multiple nodes.