Closed ryancurrah closed 7 years ago
When issuing a docker run command the --interactive=true argument is passed twice to the command line
--interactive=true
Example: INFO: docker-run: Executing: 'docker run --detach=false --interactive=true --rm=true --interactive=true ubuntu ls -ail' ...
INFO: docker-run: Executing: 'docker run --detach=false --interactive=true --rm=true --interactive=true ubuntu ls -ail' ...
When issuing a docker run command the
--interactive=true
argument is passed twice to the command lineExample:
INFO: docker-run: Executing: 'docker run --detach=false --interactive=true --rm=true --interactive=true ubuntu ls -ail' ...