rwxrob-dot/install/ubuntu/install-podman

9 lines
292 B
Plaintext
Raw Normal View History

2023-07-20 04:12:19 +00:00
#!/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
2023-07-20 21:52:36 +00:00
sudo chmod 4755 /usr/bin/newgidmap
sudo chmod 4755 /usr/bin/newuidmap