Skip to content

Instantly share code, notes, and snippets.

View carlos-moreno's full-sized avatar

Carlos Moreno carlos-moreno

  • NTT DATA Europe & LATAM
  • Goiânia, Brasil
  • 13:49 (UTC -03:00)
View GitHub Profile
@matinrco
matinrco / podmanOnDebianWSL.md
Last active October 5, 2022 02:19
Setting up Podman on WSL2 (Debian 10/buster) in Windows 10
  • Load OS related variables into shell:
    . /etc/os-release
    
  • Add repo:
    sudo sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
    
  • Add apt key: