Setting Up

This article describes software needed to use this blog template.

  1. Install WSL (Not necessary on MacOs or Linux)

  2. Install Git

  3. Install Podman from Podman.io Downloads

    After Podman and WSL are installed, the computer may neede rebooted to allow Podman to start the container background service.

  4. Ensure Podman is Running

    • Open a Terminal window

    • Run:

    podman image list

There may be no images listed, but podman image list should not result in any error messages.

Some common first run errors can be fixed with the command:

podman machine init