mirror of https://github.com/docker/compose.git
6 lines
76 B
YAML
6 lines
76 B
YAML
|
version: "2"
|
||
|
services:
|
||
|
simple:
|
||
|
image: busybox:latest
|
||
|
command: top
|