Table of Contents
Podman
Install Podman on Windows
1: Go to Podman GitHub.
Website: https://github.com/containers/podman/releases
2: Download the Podman file.

3: Install in Windows.
4: Install Podman.
5: Install the Podman machine through the command prompt.
Command: podman machine init
6: Check the Podman machine list in the command prompt.
Command: podman machine list
7: Start the Podman machine in the command prompt.
Command: podman machine start
8: Open Kali Linux in Podman.
Command: podman run –tty –interactive kali-rolling



