mirror of https://github.com/docker/cli.git
Merge pull request #519 from gesellix/typo-configration
[docs] Fix typo in configration.
This commit is contained in:
commit
202205365a
|
@ -279,7 +279,7 @@ The following values are accepted:
|
||||||
| "host" | Use the host system's IPC namespace. |
|
| "host" | Use the host system's IPC namespace. |
|
||||||
|
|
||||||
If not specified, daemon default is used, which can either be `"private"`
|
If not specified, daemon default is used, which can either be `"private"`
|
||||||
or `"shareable"`, depending on the daemon version and configration.
|
or `"shareable"`, depending on the daemon version and configuration.
|
||||||
|
|
||||||
IPC (POSIX/SysV IPC) namespace provides separation of named shared memory
|
IPC (POSIX/SysV IPC) namespace provides separation of named shared memory
|
||||||
segments, semaphores and message queues.
|
segments, semaphores and message queues.
|
||||||
|
|
Loading…
Reference in New Issue