We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 245e744 + c25b071 commit 47c7c5eCopy full SHA for 47c7c5e
docs/installation.md
@@ -318,7 +318,7 @@ It is possible to run many Linux container images using FreeBSD's Linux emulatio
318
```bash
319
sudo sysrc linux_enable=YES
320
sudo service linux start
321
-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
322
NAME="Alpine Linux"
323
```
324
0 commit comments