Reorganize JSON schemas Update fixtures Update service validation function Signed-off-by: Joffrey F <joffrey@docker.com>
14 lines
242 B
YAML
14 lines
242 B
YAML
version: 2
|
|
services:
|
|
simple:
|
|
image: busybox:latest
|
|
command: top
|
|
logging:
|
|
driver: "none"
|
|
another:
|
|
image: busybox:latest
|
|
command: top
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|