Skip to content

Commit

Permalink
changed a short name of image to full name
Browse files Browse the repository at this point in the history
Before downloading the image, only full name work.

Signed-off-by: Sangyong Gwak <[email protected]>
  • Loading branch information
imyaman authored Feb 25, 2025
1 parent 8cb06d4 commit c25b071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ It is possible to run many Linux container images using FreeBSD's Linux emulatio
```bash
sudo sysrc linux_enable=YES
sudo service linux start
sudo podman run --rm --os=linux alpine cat /etc/os-release | head -1
sudo podman run --rm --os=linux docker.io/library/alpine cat /etc/os-release | head -1
NAME="Alpine Linux"
```

Expand Down

0 comments on commit c25b071

Please sign in to comment.