Skip to content

Instantly share code, notes, and snippets.

@Guddiny
Last active October 25, 2022 21:47
Show Gist options
  • Save Guddiny/893555b398e86fc9c33bbeee41ff154a to your computer and use it in GitHub Desktop.
Save Guddiny/893555b398e86fc9c33bbeee41ff154a to your computer and use it in GitHub Desktop.
Podman on windows
  1. You should have installed and enabled WSL2
  2. Dowmload and install Podman Windows client from here (version should be 4.x.x and higher): podman-v4.x.x.msi
  3. In the run command: podman machine init - it will isnstall wsl2 image with podman and setup ssh connection with it.
  4. Restart PC
  5. Berfore using podman run command podman machine start - it will up podman and it will be available in the same sockent/npipe as docker Like a replacement of docker desctop you can use https://podman-desktop.io/downloads/Windows
  6. You are good to go with Podman!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment