mirror of
https://github.com/docker/compose.git
synced 2025-08-15 06:38:10 +02:00
18 lines
263 B
YAML
18 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
|