1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Restart Docker

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-03-14 15:06:54 -04:00 committed by GitHub
parent 268816c4b6
commit 01946571ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,5 @@ curl -fsSL https://gvisor.dev/archive.key | sudo gpg --dearmor -o /usr/share/key
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 install runsc
runsc install
sudo runsc install
sudo systemctl restart docker