We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a6d8f commit 7e3f621Copy full SHA for 7e3f621
main.py
@@ -2,4 +2,5 @@
2
3
client = docker.from_env()
4
5
-client.containers.run("hello-world")
+resp = client.containers.run("hello-world")
6
+print(resp)
0 commit comments