compose/tests/fixtures/ipc-mode/docker-compose.yml
Eric Hripko efb5601323 Implement service mode for ipc
Signed-off-by: Eric Hripko <ehripko@bloomberg.net>
2020-08-07 14:43:46 +01:00

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