Docker run args have --interactive=true twice
ryancurrah opened this issue · 0 comments
ryancurrah commented
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' ...