From 08e1950b4c55ae7fa8bb143491b77f819447bc8c Mon Sep 17 00:00:00 2001 From: Shipra Singh Date: Mon, 30 Sep 2024 13:46:30 +0530 Subject: [PATCH] docs(website): minor edits Signed-off-by: Shipra Singh --- website/docs/podman/creating-a-podman-machine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/podman/creating-a-podman-machine.md b/website/docs/podman/creating-a-podman-machine.md index b02d16b6d3ee2..ab873fbfad4e0 100644 --- a/website/docs/podman/creating-a-podman-machine.md +++ b/website/docs/podman/creating-a-podman-machine.md @@ -38,8 +38,8 @@ Consider creating a custom Podman machine to: 1. **Disk size**: Select the disk size. 1. Optional: Provide a bootable image using one of the following options: - - **Image Path**: Select an image, such as _podman-machine.aarch64.applehv.raw.zst_ from your local machine. - - **Image URL or image reference**: Enter an image URL or a registry path. You can use an image URL from the [Podman releases page](https://github.com/containers/podman/releases) or use a valid registry path in the format _registry/repo/image:version_. + - **Image Path**: Select an image, such as `podman-machine.aarch64.applehv.raw.zst` from your local machine. + - **Image URL or image reference**: Enter an image URL or a registry path. You can use an image URL from the [Podman releases page](https://github.com/containers/podman/releases) or use a valid registry path in the format `registry/repo/image:version`. 1. **Machine with root privileges**: Enable to use the rootful connection by default. Required to use Kind on Windows.