1 parent 4ebe955 commit 29e31efCopy full SHA for 29e31ef
1 file changed
04-using-3rd-party-containers/README.md
@@ -37,7 +37,7 @@ Let's experiment with how installing something into a container at runtime behav
37
38
```bash
39
# Create a container from the ubuntu image
40
-docker run --interactive --tty --rm ubuntu:2
+docker run --interactive --tty --rm ubuntu:22.04
41
42
# Try to ping google.com
43
ping google.com -c 1 # This results in `bash: ping: command not found`
0 commit comments