mirror of
https://github.com/docker/compose.git
synced 2025-08-25 11:38:18 +02:00
18 lines
273 B
YAML
18 lines
273 B
YAML
version: "2.4"
|
|
|
|
services:
|
|
service:
|
|
image: busybox
|
|
command: top
|
|
ipc: "service:shareable"
|
|
|
|
container:
|
|
image: busybox
|
|
command: top
|
|
ipc: "container:composetest_ipc_mode_container"
|
|
|
|
shareable:
|
|
image: busybox
|
|
command: top
|
|
ipc: shareable
|