Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 745 Bytes

File metadata and controls

21 lines (16 loc) · 745 Bytes

Podman & Portainer

Before getting started ensure you have created a folder called "PodmanDemo" in the root of your C: drive.

Podman Setup

  1. Install Podman - https://podman-desktop.io/downloads/windows
    • Ensure you have WSL updated to the latest version (2.1.5.0)
    • Notes
  2. Run Docker Compose stack
    podman compose up -d
  3. Navigate to http://localhost:9000 to view Portainer instance

Portainer Setup

  1. Navigate to http://localhost:9000
  2. Create an admin user from the prompt
  3. Select "Local" environment and connect
  4. You should now be able to navigate throught he menus to see containers, images, networks, etc.