diff --git a/docs/reference/commandline/image_build.md b/docs/reference/commandline/image_build.md index 01654b8015..bd9ae8ee3d 100644 --- a/docs/reference/commandline/image_build.md +++ b/docs/reference/commandline/image_build.md @@ -133,8 +133,6 @@ Linux namespaces. On Microsoft Windows, you can specify these values: | `process` | Namespace isolation only. | | `hyperv` | Hyper-V hypervisor partition-based isolation. | -Specifying the `--isolation` flag without a value is the same as setting `--isolation="default"`. - ### Optional security options (--security-opt) This flag is only supported on a daemon running on Windows, and only supports diff --git a/man/docker-build.1.md b/man/docker-build.1.md index 35995c8343..0b446a3f85 100644 --- a/man/docker-build.1.md +++ b/man/docker-build.1.md @@ -348,8 +348,6 @@ Linux namespaces. On Microsoft Windows, you can specify these values: * `process`: Namespace isolation only. * `hyperv`: Hyper-V hypervisor partition-based isolation. -Specifying the `--isolation` flag without a value is the same as setting `--isolation "default"`. - # HISTORY March 2014, Originally compiled by William Henry (whenry at redhat dot com) based on docker.com source material and internal work. diff --git a/man/src/container/create-example.md b/man/src/container/create-example.md index 87ab1afb46..126361d379 100644 --- a/man/src/container/create-example.md +++ b/man/src/container/create-example.md @@ -9,8 +9,6 @@ Linux namespaces. On Microsoft Windows, you can specify these values: * `process`: Namespace isolation only. * `hyperv`: Hyper-V hypervisor partition-based isolation. -Specifying the `--isolation` flag without a value is the same as setting `--isolation="default"`. - ### Dealing with dynamically created devices (--device-cgroup-rule) Devices available to a container are assigned at creation time. The