Deploy services to a swarm | Docker Documentation - 0 views
-
Swarm services use a declarative model, which means that you define the desired state of the service, and rely upon Docker to maintain this state.
-
To create a single-replica service with no extra configuration, you only need to supply the image name.
-
A service can be in a pending state if its image is unavailable
- ...12 more annotations...