Skip to content

Commit 7710a9c

Browse files
committed
hide docker logs
1 parent 88ba047 commit 7710a9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codeboxapi/docker.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def __init__(
5050
image,
5151
],
5252
check=True,
53+
stdout=subprocess.DEVNULL,
54+
stderr=subprocess.DEVNULL,
5355
)
5456
else:
5557
assert isinstance(port_or_range, int)

0 commit comments

Comments
 (0)