Skip to content

Instantly share code, notes, and snippets.

@ek-nath
Created March 11, 2022 19:01
Show Gist options
  • Save ek-nath/af4cdd7144a31a14121bc9c49fec6433 to your computer and use it in GitHub Desktop.
Save ek-nath/af4cdd7144a31a14121bc9c49fec6433 to your computer and use it in GitHub Desktop.
Podman wsl ubuntu 20.04
# Root shell
echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/Release.key | sudo apt-key add -
apt update
apt install podman -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment