create-workspace: docker/podman - ensure stdin attached

This commit is contained in:
Oleksii Shevchuk 2020-03-29 19:56:05 +03:00
parent c19c58e679
commit a6d9e2c7f1
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ def create_container_env(
subprocess.check_call(create_command, stderr=subprocess.STDOUT)
shell_commands = [
'exec {} start -a {}'.format(orchestrator, container_name)
'exec {} start -ai {}'.format(orchestrator, container_name)
]
update_commands = [