compose/tests/fixtures/pid-mode/docker-compose.yml
Joffrey F 41976b0f7f Add support for service:name pid config
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-07-13 17:37:26 -07:00

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