From d73f5232ffddee1dc15bd539aff06de6096e7f9e Mon Sep 17 00:00:00 2001 From: Jesse White Date: Mon, 2 Oct 2017 12:15:34 -0400 Subject: [PATCH] Update docker node command with a working filter --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 580b7008..bb81b568 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4787,7 +4787,7 @@ class: node-info - `docker node ps ` shows info for another node -- `docker node ps -a` includes stopped and failed tasks +- `docker node ps -f "name=" ` The name filter matches on all or part of a task’s name ---