- When no command is passed but `--entrypoint` is, set Cmd to `[]` - When command is a single empty string, set Cmd to `[""]` Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
6 lines
99 B
YAML
6 lines
99 B
YAML
version: "2"
|
|
services:
|
|
test:
|
|
image: busybox
|
|
entrypoint: printf
|
|
command: default args
|