From c25b0718f870c9b9c020287ace3f845ac87fc96e Mon Sep 17 00:00:00 2001 From: Sangyong Gwak Date: Tue, 25 Feb 2025 11:43:55 +0900 Subject: [PATCH] changed a short name of image to full name Before downloading the image, only full name work. Signed-off-by: Sangyong Gwak --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 8c02ba36a..3bc5a7f02 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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" ```