How services work | Docker Documentation - 0 views
-
a service is the image for a microservice within the context of some larger application.
-
When you create a service, you specify which container image to use and which commands to execute inside running containers.
-
an overlay network for the service to connect to other services in the swarm
- ...13 more annotations...