docker-compose.yml 273 B

1234567891011121314151617
  1. version: "2.4"
  2. services:
  3. service:
  4. image: busybox
  5. command: top
  6. ipc: "service:shareable"
  7. container:
  8. image: busybox
  9. command: top
  10. ipc: "container:composetest_ipc_mode_container"
  11. shareable:
  12. image: busybox
  13. command: top
  14. ipc: shareable