1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-07-26 22:51:53 -04:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-03-30 16:35:52 -07:00
parent 9b9a465516
commit 4fe3f49849
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -36,5 +36,5 @@ unpriv curl -fsSL https://gvisor.dev/archive.key | sudo gpg --dearmor -o /usr/sh
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/gvisor-archive-keyring.gpg] https://storage.googleapis.com/gvisor/releases release main" | sudo tee /etc/apt/sources.list.d/gvisor.list > /dev/null
sudo apt update
sudo apt -y --no-install-recommends install runsc
sudo runsc install
sudo runsc installl
sudo systemctl restart docker