|
@@ -61,6 +61,7 @@ The currently supported filters are:
|
|
|
|
|
|
* [id](#id)
|
|
* [id](#id)
|
|
* [name](#name)
|
|
* [name](#name)
|
|
|
|
+* [node](#node)
|
|
* [desired-state](#desired-state)
|
|
* [desired-state](#desired-state)
|
|
|
|
|
|
|
|
|
|
@@ -86,6 +87,20 @@ redis.1.0qihejybwf1x5vqi8lgzlgnpq redis:3.0.6 manager1 Running Runnin
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
+#### Node
|
|
|
|
+
|
|
|
|
+The `node` filter matches on a node name or a node ID.
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+$ docker service ps -f "node=manager1" redis
|
|
|
|
+NAME IMAGE NODE DESIRED STATE CURRENT STATE
|
|
|
|
+redis.1.0qihejybwf1x5vqi8lgzlgnpq redis:3.0.6 manager1 Running Running 8 seconds
|
|
|
|
+redis.5.1x0v8yomsncd6sbvfn0ph6ogc redis:3.0.6 manager1 Running Running 8 seconds
|
|
|
|
+redis.9.3w1wu13yuplna8ri3fx47iwad redis:3.0.6 manager1 Running Running 8 seconds
|
|
|
|
+redis.10.8eaxrb2fqpbnv9x30vr06i6vt redis:3.0.6 manager1 Running Running 8 seconds
|
|
|
|
+```
|
|
|
|
+
|
|
|
|
+
|
|
#### desired-state
|
|
#### desired-state
|
|
|
|
|
|
The `desired-state` filter can take the values `running`, `shutdown`, and `accepted`.
|
|
The `desired-state` filter can take the values `running`, `shutdown`, and `accepted`.
|