From 8401c81b46549ce81a5cf0693019cef89da0dfdb Mon Sep 17 00:00:00 2001 From: Silvin Lubecki Date: Mon, 18 Mar 2019 12:32:48 +0100 Subject: [PATCH] Add some spaces for cosmetics and readability reasons. Signed-off-by: Silvin Lubecki --- docs/reference/commandline/run.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index 37b37ce7a1..a4721e4a77 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -718,11 +718,11 @@ $ docker run -d --isolation default busybox top On Windows, `--isolation` can take one of these values: -| Value | Description | -|:----------|:-------------------------------------------------------------------------------------------| -| `default` | Use the value specified by the Docker daemon's `--exec-opt` or system default (see below). | -| `process` | Shared-kernel namespace isolation (not supported on Windows client operating systems older than Windows 10 1809). | -| `hyperv` | Hyper-V hypervisor partition-based isolation. | +| Value | Description | +|:----------|:------------------------------------------------------------------------------------------------------------------| +| `default` | Use the value specified by the Docker daemon's `--exec-opt` or system default (see below). | +| `process` | Shared-kernel namespace isolation (not supported on Windows client operating systems older than Windows 10 1809). | +| `hyperv` | Hyper-V hypervisor partition-based isolation. | The default isolation on Windows server operating systems is `process`. The default isolation on Windows client operating systems is `hyperv`. An attempt to start a container on a client