rundeck-plugins/docker

command should not be mandatory in run-image

Closed this issue · 0 comments

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