mirror of https://github.com/docker/compose.git
14 lines
240 B
YAML
14 lines
240 B
YAML
|
services:
|
||
|
service:
|
||
|
image: alpine
|
||
|
command: top
|
||
|
ipc: "service:shareable"
|
||
|
container:
|
||
|
image: alpine
|
||
|
command: top
|
||
|
ipc: "container:ipc_mode_container"
|
||
|
shareable:
|
||
|
image: alpine
|
||
|
command: top
|
||
|
ipc: shareable
|