mirror of https://github.com/docker/compose.git
7 lines
105 B
YAML
7 lines
105 B
YAML
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: top
|
||
|
another:
|
||
|
image: nonexisting-image:latest
|
||
|
command: top
|