This commit is contained in:
@@ -78,6 +78,9 @@ def main():
|
|||||||
shell=True,
|
shell=True,
|
||||||
capture_output=True
|
capture_output=True
|
||||||
)
|
)
|
||||||
|
print(f"[MAIN] stdout: {result.stdout}")
|
||||||
|
print(f"[MAIN] stderr: {result.stderr}")
|
||||||
|
print(f"[MAIN] returncode: {result.returncode}")
|
||||||
|
|
||||||
for line in result.stdout.splitlines():
|
for line in result.stdout.splitlines():
|
||||||
container_id = line.strip().decode("utf8")
|
container_id = line.strip().decode("utf8")
|
||||||
|
|||||||
Reference in New Issue
Block a user