Skip to content

Commit 29e31ef

Browse files
committed
fix demo image tag
1 parent 4ebe955 commit 29e31ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎04-using-3rd-party-containers/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Let's experiment with how installing something into a container at runtime behav
3737

3838
```bash
3939
# Create a container from the ubuntu image
40-
docker run --interactive --tty --rm ubuntu:2
40+
docker run --interactive --tty --rm ubuntu:22.04
4141

4242
# Try to ping google.com
4343
ping google.com -c 1 # This results in `bash: ping: command not found`

0 commit comments

Comments
 (0)