From 12c157c7efdf05fb262b66344e0e51430a3232f7 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 4 Mar 2025 19:54:54 +0530 Subject: [PATCH] docs/installation.md: podman-machine on Fedora Document installation of `podman-machine` rpm. Signed-off-by: Lokesh Mandvekar --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index acb6d06f9..33daaf1bd 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -118,6 +118,12 @@ sudo apt-get -y install podman sudo dnf -y install podman ``` +To run `podman machine ...` commands + +```bash +sudo dnf -y install podman-machine +``` + #### [Fedora CoreOS](https://coreos.fedoraproject.org), [Fedora Silverblue](https://silverblue.fedoraproject.org) Built-in, no need to install