message
This commit is contained in:
parent
745d1a4de2
commit
6064fe377e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user