We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ba047 commit 7710a9cCopy full SHA for 7710a9c
src/codeboxapi/docker.py
@@ -50,6 +50,8 @@ def __init__(
50
image,
51
],
52
check=True,
53
+ stdout=subprocess.DEVNULL,
54
+ stderr=subprocess.DEVNULL,
55
)
56
else:
57
assert isinstance(port_or_range, int)
0 commit comments