You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rwxrob-dot/install/ubuntu/install-podman

9 lines
292 B
Bash

#!/bin/sh
sudo apt-get install -y podman
sudo wget https://github.com/containers/gvisor-tap-vsock/releases/download/v0.6.2/gvproxy-linux \
-O /usr/libexec/podman/gvproxy \
&& sudo chmod +x /usr/libexec/podman/gvproxy
sudo chmod 4755 /usr/bin/newgidmap
sudo chmod 4755 /usr/bin/newuidmap