Home Explore Blog CI



docker

content/includes/compose/services.md
890b6c3d2198980bcaa7bbe501d21d46f4a1d21f0a3a505d00000003000001cd
A service is an abstract definition of a computing resource within an application which can be scaled or replaced
independently from other components. Services are backed by a set of containers, run by the platform
according to replication requirements and placement constraints. As services are backed by containers, they are defined
by a Docker image and set of runtime arguments. All containers within a service are identically created with these
arguments.

Chunks
120de024 (1st chunk of `content/includes/compose/services.md`)
Title: Definition of a Service
Summary
A service is defined as an abstract computing resource that can be independently scaled or replaced. It is backed by containers run by the platform, based on replication needs and placement constraints, and is defined by a Docker image and runtime arguments. All containers within a service are created identically.