10 lines
173 B
YAML
10 lines
173 B
YAML
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
log_driver: "none"
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|
|
log_driver: "json-file"
|
|
log_opt:
|
|
max-size: "10m"
|