Skip to content

Commit

Permalink
Provide tty for docker run command
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jun 13, 2024
1 parent c285c0b commit 7a59e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/test_vnc.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def container(container_image) -> tuple[str, str]:
"run",
"--publish-all",
"--rm",
"-it",
"--name",
container_name,
"--security-opt",
Expand Down

0 comments on commit 7a59e95

Please sign in to comment.