Skip to content

Commit 9abcacc

Browse files
usbrandonshin-
authored andcommitted
By not specifying a specific tag, the example would download every Ubuntu tag that exists.
This oversight caused my machine to run out of disk space holding all the image diffs. Signed-off-by: Brandon Jackson <[email protected]>
1 parent a23cd3d commit 9abcacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ client = docker.from_env()
2222
You can run containers:
2323

2424
```python
25-
>>> client.containers.run("ubuntu", "echo hello world")
25+
>>> client.containers.run("ubuntu:latest", "echo hello world")
2626
'hello world\n'
2727
```
2828

0 commit comments

Comments
 (0)