fix demo image tag
This commit is contained in:
@ -37,7 +37,7 @@ Let's experiment with how installing something into a container at runtime behav
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Create a container from the ubuntu image
|
# Create a container from the ubuntu image
|
||||||
docker run --interactive --tty --rm ubuntu:2
|
docker run --interactive --tty --rm ubuntu:22.04
|
||||||
|
|
||||||
# Try to ping google.com
|
# Try to ping google.com
|
||||||
ping google.com -c 1 # This results in `bash: ping: command not found`
|
ping google.com -c 1 # This results in `bash: ping: command not found`
|
||||||
|
|||||||
Reference in New Issue
Block a user