command should not be mandatory in run-image
poor-guy opened this issue · 0 comments
poor-guy commented
Currently when I don't supply a command when using run-image
it get's auto appended as ${option.command}
. That should be empty.
An example is nginx which has its command built into it's dockerfile.
So you would call it like this
docker run nginx