Skip to content

Commit bea172e

Browse files
Claude Docs Agentclaude
andcommitted
Remove time-relative language from swarm services documentation
Replace "the current version of Docker only supports container tasks" with "Docker only supports container tasks" to avoid temporal framing that goes stale silently. Fixes #24463 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e4259e3 commit bea172e

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

  • content/manuals/engine/swarm/how-swarm-mode-works

content/manuals/engine/swarm/how-swarm-mode-works/services.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ When you create a service, you specify which container image to use and which
1515
commands to execute inside running containers. You also define options for the
1616
service including:
1717

18-
* The port where the swarm makes the service available outside the swarm
19-
* An overlay network for the service to connect to other services in the swarm
20-
* CPU and memory limits and reservations
21-
* A rolling update policy
22-
* The number of replicas of the image to run in the swarm
18+
- The port where the swarm makes the service available outside the swarm
19+
- An overlay network for the service to connect to other services in the swarm
20+
- CPU and memory limits and reservations
21+
- A rolling update policy
22+
- The number of replicas of the image to run in the swarm
2323

2424
## Services, tasks, and containers
2525

@@ -61,8 +61,7 @@ The underlying logic of Docker's Swarm mode is a general purpose scheduler and
6161
orchestrator. The service and task abstractions themselves are unaware of the
6262
containers they implement. Hypothetically, you could implement other types of
6363
tasks such as virtual machine tasks or non-containerized process tasks. The
64-
scheduler and orchestrator are agnostic about the type of the task. However, the
65-
current version of Docker only supports container tasks.
64+
scheduler and orchestrator are agnostic about the type of the task. However, Docker only supports container tasks.
6665

6766
The diagram below shows how Swarm mode accepts service create requests and
6867
schedules tasks to worker nodes.
@@ -121,5 +120,5 @@ in black.
121120

122121
## Learn more
123122

124-
* Read about how Swarm mode [nodes](nodes.md) work.
125-
* Learn how [PKI](pki.md) works in Swarm mode.
123+
- Read about how Swarm mode [nodes](nodes.md) work.
124+
- Learn how [PKI](pki.md) works in Swarm mode.

0 commit comments

Comments
 (0)