This commit is contained in:
sandervanvugt 2024-03-05 10:06:32 +01:00
parent 745d1a4de2
commit 6064fe377e

View File

@ -60,6 +60,14 @@ version = 2
TOML
# Restart containerd
sudo systemctl restart containerd
wget https://raw.githubusercontent.com/containerd/containerd/main/containerd.service
mv containerd.service /usr/lib/systemd/system/
systemctl daemon-reload
systemctl enable --now containerd
fi
exit
#### notes from history just in case
wget https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.amd64
install -m 755 runc.amd64 /usr/local/sbin/runc