Closed zhajianl closed 2 years ago
@brod-intel Is the interactive shell needed for "regular" use case?
@brod-intel Is the interactive shell needed for "regular" use case?
I was supposing that interactive shell only needed for debugging.
The problem with removing the -i (interactive) from docker run is you will not be able to hit "ctrl-c" to stop execution. The possibility of the services getting into an endless loop will happen. We have to have interactive with vpxe.sh. That must exist.
Please describe how the -i (interactive) prohibits automation testing?
interact
got it, thanks, we can abort this patch.
remove docker run interactive flag in order to let user do automation testing on host