rundeck-plugins / docker

Providers for docker
28 stars 23 forks source link

Docker run args have --interactive=true twice #6

Closed ryancurrah closed 7 years ago

ryancurrah commented 7 years ago

When issuing a docker run command the --interactive=true argument is passed twice to the command line

Example: INFO: docker-run: Executing: 'docker run --detach=false --interactive=true --rm=true --interactive=true ubuntu ls -ail' ...