Containerd versions can be found in this location : https://github.com/containerd/containerd/releases
Step 1 : Download the containerd package
Unpack :
sudo tar Cxzvf /usr/local containerd-1.6.14-linux-amd64.tar.gz
Install runc :
Runc is a standardized runtime for spawning and running containers on Linux according to the OCI specification
wget https://github.com/opencontainers/runc/releases/download/v1.1.3/runc.amd64
$ install -m 755 runc.amd64 /usr/local/sbin/runc
Download and install CNI plugins :
mkdir -p /opt/cni/bin
tar Cxzvf /opt/cni/bin cni-plugins-linux-amd64-v1.1.1.tgz
Configure containerd
We need to create a containerd directory for the configuration file
sudo mkdir /etc/containerd
config.toml is the default configuration file fro containerd :
containerd config default | sudo tee /etc/containerd/config.toml
Enable systemd group . Use sed command to change the parameter in config.toml instead of using vi editor
sudo sed -i ‘s/SystemdCgroup \= false/SystemdCgroup \= true/g’ /etc/containerd/config.toml
Convert containerd into service :
sudo systemctl daemon-reload
sudo systemctl enable — now containerd
sudo systemctl status containerd
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Your article helped me a lot, is there any more related content? Thanks!
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.
Can you be more specific about the content of your article? After reading it, I still have some doubts. Hope you can help me.
Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me? https://accounts.binance.com/es-MX/register-person?ref=JHQQKNKN
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Your article helped me a lot, is there any more related content? Thanks!
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.