mirror of
https://github.com/docker/compose.git
synced 2026-07-07 09:00:01 +00:00
17 lines
263 B
YAML
17 lines
263 B
YAML
version: "2.2"
|
|
|
|
services:
|
|
service:
|
|
image: busybox
|
|
command: top
|
|
pid: "service:container"
|
|
|
|
container:
|
|
image: busybox
|
|
command: top
|
|
pid: "container:composetest_pid_mode_container"
|
|
|
|
host:
|
|
image: busybox
|
|
command: top
|
|
pid: host
|