Skip to content

Commit 7e3f621

Browse files
committed
fix
1 parent 34a6d8f commit 7e3f621

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
client = docker.from_env()
44

5-
client.containers.run("hello-world")
5+
resp = client.containers.run("hello-world")
6+
print(resp)

0 commit comments

Comments
 (0)