1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
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