Skip to content

Commit

Permalink
docs(website): edited the field name
Browse files Browse the repository at this point in the history
Signed-off-by: Shipra Singh <[email protected]>
  • Loading branch information
shipsing committed Sep 30, 2024
1 parent 29ca635 commit eb0ff5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/podman/creating-a-podman-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ 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 fully qualified registry**: 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.
1. (On Windows) **User mode networking (traffic relayed by a user process)**:
Enable to route the traffic through the network connection from your Windows session.
Required to access resources behind your VPN connection.
1. Click **Create**
1. Click **Create**.

![Create a Podman machine](img/create-a-podman-machine.png)

0 comments on commit eb0ff5d

Please sign in to comment.