Before getting started ensure you have created a folder called "PodmanDemo" in the root of your C: drive.
- Install Podman - https://podman-desktop.io/downloads/windows
- Ensure you have WSL updated to the latest version (2.1.5.0)
- Notes
- Run Docker Compose stack
podman compose up -d
- Navigate to http://localhost:9000 to view Portainer instance
- Navigate to http://localhost:9000
- Create an admin user from the prompt
- Select "Local" environment and connect
- You should now be able to navigate throught he menus to see containers, images, networks, etc.