Skip to main content

Installing Podman Desktop and Podman on Windows

Installing Podman Desktop

To install Podman Desktop:

  1. Download the Windows installer.

  2. To start the Podman Desktop installer, open the downloaded file.

    Podman Desktop Setup installing

Alternate installation methods:

  • Silent Windows installer
  • Chocolatey
  • Scoop
  • Winget

Silent Windows installer

  1. Download the Windows installer.

  2. To install without user interaction, run the Windows installer with the silent flag /S from the Command Prompt:

    > podman-desktop-1.6.4-setup-x64.exe /S

Chocolatey

  1. Install the Chocolatey package manager.

  2. Install from the terminal:

    > choco install podman-desktop

Scoop package manager for Windows

  1. Install the Scoop package manager.

  2. Install from the terminal:

    > scoop bucket add extras
    > scoop install podman-desktop

Winget

  1. Install the Winget Package manager for Windows.

  2. Install from the terminal:

    > winget install -e --id RedHat.Podman-Desktop

Installing Podman

On Windows, running the Podman container engine requires running a Linux distribution on a virtual machine.

Podman Desktop creates a Windows Subsystem for Linux version 2 (WSL 2) virtual machine: the Podman Machine.

Main benefits are:

  • Ease of use.
  • WSL 2 native virtualization performance.

Check that your environment has:

To install the Podman Machine:

  1. To prepare your system, enable the WSL feature, without installing the default Ubuntu distribution of Linux.

    Open the Command Prompt, and run:.

    > wsl --install --no-distribution
  2. Restart your computer.

  3. The Dashboard screen displays: Podman needs to be set up.

    Podman needs set up screen

    Click the Set up button.

    Review and validate all confirmation screens to set up the Podman Machine.

    When necessary, follow the instructions to install system prerequisites.

To verify that Podman is set up:

  • In the Dashboard, the Podman tile displays Podman is running.

    Podman is running screen

Next steps