message
This commit is contained in:
parent
2d1e43a596
commit
793b54a68c
@ -58,7 +58,10 @@ version = 2
|
|||||||
SystemdCgroup = true
|
SystemdCgroup = true
|
||||||
TOML
|
TOML
|
||||||
|
|
||||||
# Restart containerd
|
|
||||||
|
wget https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.amd64
|
||||||
|
sudo install -m 755 runc.amd64 /usr/local/sbin/runc
|
||||||
|
# Restart containerd
|
||||||
wget https://raw.githubusercontent.com/containerd/containerd/main/containerd.service
|
wget https://raw.githubusercontent.com/containerd/containerd/main/containerd.service
|
||||||
sudo mv containerd.service /usr/lib/systemd/system/
|
sudo mv containerd.service /usr/lib/systemd/system/
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
@ -68,5 +71,3 @@ fi
|
|||||||
exit
|
exit
|
||||||
#### notes from history just in case
|
#### 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