mirror of https://github.com/n1nj4sec/pupy.git
create-workspace: docker/podman - ensure stdin attached
This commit is contained in:
parent
c19c58e679
commit
a6d9e2c7f1
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue