Run _with_interactive in Docker (#9747)

This commit is contained in:
Ian Rodney
2020-07-28 08:57:04 -07:00
committed by GitHub
parent bd18e975c0
commit b1c2983c97
+1
View File
@@ -460,6 +460,7 @@ class DockerCommandRunner(SSHCommandRunner):
if run_env == "docker":
cmd = self._docker_expand_user(cmd, any_char=True)
cmd = " ".join(_with_interactive(cmd))
cmd = with_docker_exec(
[cmd], container_name=self.docker_name,
with_interactive=True)[0]