|
@@ -159,7 +159,7 @@ installs Docker on them, then configures the Docker client to talk to them.
|
|
|
|
|
|
## node
|
|
## node
|
|
|
|
|
|
-A [node](../swarm/how-swarm-mode-works/nodes.md) is a physical or virtual
|
|
|
|
|
|
+A [node](https://docs.docker.com/engine/swarm/how-swarm-mode-works/nodes/) is a physical or virtual
|
|
machine running an instance of the Docker Engine in swarm mode.
|
|
machine running an instance of the Docker Engine in swarm mode.
|
|
|
|
|
|
**Manager nodes** perform swarm management and orchestration duties. By default
|
|
**Manager nodes** perform swarm management and orchestration duties. By default
|
|
@@ -198,7 +198,7 @@ and its [tags](https://hub.docker.com/r/library/nginx/tags/)
|
|
|
|
|
|
## service
|
|
## service
|
|
|
|
|
|
-A [service](../swarm/how-swarm-mode-works/services.md) is the definition of how
|
|
|
|
|
|
+A [service](https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/) is the definition of how
|
|
you want to run your application containers in a swarm. At the most basic level
|
|
you want to run your application containers in a swarm. At the most basic level
|
|
a service defines which container image to run in the swarm and which commands
|
|
a service defines which container image to run in the swarm and which commands
|
|
to run in the container. For orchestration purposes, the service defines the
|
|
to run in the container. For orchestration purposes, the service defines the
|
|
@@ -212,7 +212,7 @@ environment.
|
|
|
|
|
|
## service discovery
|
|
## service discovery
|
|
|
|
|
|
-Swarm mode [service discovery](../swarm/networking.md) is a DNS component
|
|
|
|
|
|
+Swarm mode [service discovery](https://docs.docker.com/engine/swarm/networking/) is a DNS component
|
|
internal to the swarm that automatically assigns each service on an overlay
|
|
internal to the swarm that automatically assigns each service on an overlay
|
|
network in the swarm a VIP and DNS entry. Containers on the network share DNS
|
|
network in the swarm a VIP and DNS entry. Containers on the network share DNS
|
|
mappings for the service via gossip so any container on the network can access
|
|
mappings for the service via gossip so any container on the network can access
|
|
@@ -224,7 +224,7 @@ automatically distributes requests to the service VIP among the active tasks.
|
|
|
|
|
|
## swarm
|
|
## swarm
|
|
|
|
|
|
-A [swarm](../swarm/index.md) is a cluster of one or more Docker Engines running in [swarm mode](#swarm-mode).
|
|
|
|
|
|
+A [swarm](https://docs.docker.com/engine/swarm/) is a cluster of one or more Docker Engines running in [swarm mode](#swarm-mode).
|
|
|
|
|
|
## Swarm
|
|
## Swarm
|
|
|
|
|
|
@@ -239,7 +239,7 @@ works with Docker can now transparently scale up to multiple hosts.
|
|
|
|
|
|
## swarm mode
|
|
## swarm mode
|
|
|
|
|
|
-[Swarm mode](../swarm/index.md) refers to cluster management and orchestration
|
|
|
|
|
|
+[Swarm mode](https://docs.docker.com/engine/swarm/) refers to cluster management and orchestration
|
|
features embedded in Docker Engine. When you initialize a new swarm (cluster) or
|
|
features embedded in Docker Engine. When you initialize a new swarm (cluster) or
|
|
join nodes to a swarm, the Docker Engine runs in swarm mode.
|
|
join nodes to a swarm, the Docker Engine runs in swarm mode.
|
|
|
|
|
|
@@ -252,7 +252,7 @@ tags are how various images in a repository are distinguished from each other.
|
|
|
|
|
|
## task
|
|
## task
|
|
|
|
|
|
-A [task](../swarm/how-swarm-mode-works/services.md#tasks-and-scheduling) is the
|
|
|
|
|
|
+A [task](https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/#/tasks-and-scheduling) is the
|
|
atomic unit of scheduling within a swarm. A task carries a Docker container and
|
|
atomic unit of scheduling within a swarm. A task carries a Docker container and
|
|
the commands to run inside the container. Manager nodes assign tasks to worker
|
|
the commands to run inside the container. Manager nodes assign tasks to worker
|
|
nodes according to the number of replicas set in the service scale.
|
|
nodes according to the number of replicas set in the service scale.
|
|
@@ -260,7 +260,7 @@ nodes according to the number of replicas set in the service scale.
|
|
The diagram below illustrates the relationship of services to tasks and
|
|
The diagram below illustrates the relationship of services to tasks and
|
|
containers.
|
|
containers.
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
## Toolbox
|
|
## Toolbox
|
|
|
|
|