cri-dockerd icon indicating copy to clipboard operation
cri-dockerd copied to clipboard

Compile debian13 support

Open senhao-xu opened this issue 3 months ago • 1 comments

Please add support for debian13 during compilation

senhao-xu avatar Sep 18 '25 03:09 senhao-xu

Debian GNU/Linux 13 (trixie) Install Manually

wget https://github.com/Mirantis/cri-dockerd/releases/download/v0.3.20/cri-dockerd-0.3.20.amd64.tgz
tar -zxf cri-dockerd-0.3.20.amd64.tgz
cd cri-dockerd/
sudo install -o root -g root -m 0755 cri-dockerd /usr/local/bin/cri-dockerd
wget https://raw.githubusercontent.com/Mirantis/cri-dockerd/refs/heads/master/packaging/systemd/cri-docker.socket
wget https://raw.githubusercontent.com/Mirantis/cri-dockerd/refs/heads/master/packaging/systemd/cri-docker.service
sudo install cri-docker.* /etc/systemd/system
sudo sed -i -e 's,/usr/bin/cri-dockerd,/usr/local/bin/cri-dockerd,' /etc/systemd/system/cri-docker.service
sudo systemctl daemon-reload
sudo systemctl enable --now cri-docker.socket

yavon007 avatar Sep 24 '25 08:09 yavon007