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 a23cd3d commit 9abcaccCopy full SHA for 9abcacc
README.md
@@ -22,7 +22,7 @@ client = docker.from_env()
22
You can run containers:
23
24
```python
25
->>> client.containers.run("ubuntu", "echo hello world")
+>>> client.containers.run("ubuntu:latest", "echo hello world")
26
'hello world\n'
27
```
28
0 commit comments