Skip to content

Commit 47c7c5e

Browse files
authored
Merge pull request #373 from imyaman/main
changed a short name of image to full name
2 parents 245e744 + c25b071 commit 47c7c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ It is possible to run many Linux container images using FreeBSD's Linux emulatio
318318
```bash
319319
sudo sysrc linux_enable=YES
320320
sudo service linux start
321-
sudo podman run --rm --os=linux alpine cat /etc/os-release | head -1
321+
sudo podman run --rm --os=linux docker.io/library/alpine cat /etc/os-release | head -1
322322
NAME="Alpine Linux"
323323
```
324324

0 commit comments

Comments
 (0)