File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
engine/swarm/swarm-tutorial Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ availability. `DRAIN` availability prevents a node from receiving new tasks
14
14
from the swarm manager. It also means the manager stops tasks running on the
15
15
node and launches replica tasks on a node with ` ACTIVE ` availability.
16
16
17
+ > ** Important** : Setting a node to ` DRAIN ` does not remove standalone containers from that node,
18
+ > such as those created with ` docker run ` , ` docker-compose up ` , or the Docker Engine
19
+ > API. A node's status, including ` DRAIN ` , only affects the node's ability to schedule
20
+ > swarm service workloads.
21
+ {:.important}
22
+
17
23
1 . If you haven't already, open a terminal and ssh into the machine where you
18
24
run your manager node. For example, the tutorial uses a machine named
19
25
` manager1 ` .
You can’t perform that action at this time.
0 commit comments