mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Added documentation for IPC config
Signed-off-by: Lachlan Pease <predatory.kangaroo@gmail.com>
This commit is contained in:
parent
67957318ed
commit
851129de6c
@ -373,7 +373,7 @@ Override the default labeling scheme for each container.
|
|||||||
- label:user:USER
|
- label:user:USER
|
||||||
- label:role:ROLE
|
- label:role:ROLE
|
||||||
|
|
||||||
### working\_dir, entrypoint, user, hostname, domainname, mac\_address, mem\_limit, memswap\_limit, privileged, restart, stdin\_open, tty, cpu\_shares, cpuset, read\_only, volume\_driver
|
### working\_dir, entrypoint, user, hostname, domainname, mac\_address, mem\_limit, memswap\_limit, privileged, ipc, restart, stdin\_open, tty, cpu\_shares, cpuset, read\_only, volume\_driver
|
||||||
|
|
||||||
Each of these is a single value, analogous to its
|
Each of these is a single value, analogous to its
|
||||||
[docker run](https://docs.docker.com/reference/run/) counterpart.
|
[docker run](https://docs.docker.com/reference/run/) counterpart.
|
||||||
@ -394,6 +394,8 @@ Each of these is a single value, analogous to its
|
|||||||
memswap_limit: 2000000000
|
memswap_limit: 2000000000
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
|
ipc: host
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user