fix demo image tag

This commit is contained in:
sid palas
2023-02-17 17:01:27 -05:00
parent 4ebe95556a
commit 29e31efbdc

View File

@ -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`