mirror of
https://github.com/docker/docs.git
synced 2026-04-03 17:59:01 +07:00
7 lines
117 B
YAML
7 lines
117 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|
|
another:
|
|
image: busybox:latest
|
|
command: /bin/sleep 300
|