docker-compose.yml 263 B

1234567891011121314151617
  1. version: "2.2"
  2. services:
  3. service:
  4. image: busybox
  5. command: top
  6. pid: "service:container"
  7. container:
  8. image: busybox
  9. command: top
  10. pid: "container:composetest_pid_mode_container"
  11. host:
  12. image: busybox
  13. command: top
  14. pid: host