message
This commit is contained in:
parent
6064fe377e
commit
d93e6f9951
@ -61,9 +61,9 @@ version = 2
|
|||||||
|
|
||||||
# Restart containerd
|
# Restart containerd
|
||||||
wget https://raw.githubusercontent.com/containerd/containerd/main/containerd.service
|
wget https://raw.githubusercontent.com/containerd/containerd/main/containerd.service
|
||||||
mv containerd.service /usr/lib/systemd/system/
|
sudo mv containerd.service /usr/lib/systemd/system/
|
||||||
systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
systemctl enable --now containerd
|
sudo systemctl enable --now containerd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user