Created
March 11, 2022 19:01
-
-
Save ek-nath/af4cdd7144a31a14121bc9c49fec6433 to your computer and use it in GitHub Desktop.
Podman wsl ubuntu 20.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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