forked from LaconicNetwork/kompose
8 lines
89 B
YAML
8 lines
89 B
YAML
version: '2'
|
|
|
|
services:
|
|
base:
|
|
image: busybox
|
|
entrypoint: echo
|
|
command: foo
|