mirror of https://github.com/docker/cli.git
Merge pull request #3282 from Gsealy/table-format
format create.md table
This commit is contained in:
commit
469fe5733e
|
@ -225,9 +225,8 @@ Linux namespaces. On Microsoft Windows, you can specify these values:
|
||||||
|
|
||||||
|
|
||||||
| Value | Description |
|
| Value | Description |
|
||||||
|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| --------- | ------------------------------------------------------------ |
|
||||||
| `default` | Use the value specified by the Docker daemon's `--exec-opt` . If the `daemon` does not specify an isolation technology, Microsoft Windows uses `process` as its default value if the
|
| `default` | Use the value specified by the Docker daemon's `--exec-opt` . If the `daemon` does not specify an isolation technology, Microsoft Windows uses `process` as its default value if the daemon is running on Windows server, or `hyperv` if running on Windows client. |
|
||||||
daemon is running on Windows server, or `hyperv` if running on Windows client. |
|
|
||||||
| `process` | Namespace isolation only. |
|
| `process` | Namespace isolation only. |
|
||||||
| `hyperv` | Hyper-V hypervisor partition-based isolation. |
|
| `hyperv` | Hyper-V hypervisor partition-based isolation. |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue