From b6c711690c558a437cad0bc7e69707e58dcc4a2a Mon Sep 17 00:00:00 2001 From: John Howard Date: Mon, 19 Oct 2015 09:33:43 -0700 Subject: [PATCH] Windows: Add isolation to ps filter Signed-off-by: John Howard --- docs/reference/commandline/ps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/commandline/ps.md b/docs/reference/commandline/ps.md index 0d67da9c0a..9298bf4cf4 100644 --- a/docs/reference/commandline/ps.md +++ b/docs/reference/commandline/ps.md @@ -51,6 +51,7 @@ The currently supported filters are: * exited (int - the code of exited containers. Only useful with `--all`) * status (created|restarting|running|paused|exited) * ancestor (`[:]`, `` or ``) - filters containers that were created from the given image or a descendant. +* isolation (default|hyperv) (Windows daemon only) #### Label