From 52f5fdafc10e1f4a3f5efa62ce4c3044357b108a Mon Sep 17 00:00:00 2001 From: John Howard Date: Sat, 31 Oct 2015 19:16:58 -0700 Subject: [PATCH] Windows: Add default isolation exec driver option Signed-off-by: John Howard --- docs/reference/commandline/ps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/ps.md b/docs/reference/commandline/ps.md index 9298bf4cf4..b10ad49c9e 100644 --- a/docs/reference/commandline/ps.md +++ b/docs/reference/commandline/ps.md @@ -51,7 +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) +* isolation (default|process|hyperv) (Windows daemon only) #### Label