rundeck-plugins / docker

Providers for docker
28 stars 23 forks source link

Make user parameter for node-execute step optional #28

Closed ryancurrah closed 6 years ago

ryancurrah commented 6 years ago

I propose making the user parameter for the node-execute step optional. As most containers are already running as there desired user and using a default of root in most cases is not required or necessary. This should make fixing https://github.com/rundeck-plugins/docker/issues/27 not break existing use of this step.