Çäðàâñòâóéòå, ãîñòü ( Âõîä | Ðåãèñòðàöèÿ )
runtime-endpoint: unix:///run/containerd/containerd.sock image-endpoint: unix:///run/containerd/containerd.sock timeout: 10 debug: false Use code with caution. For :
: Returns the detailed status and metadata of one or more images. 4. Configuration and Environment Setup cri file system tools install
mkdir /tmp/upper /tmp/work /tmp/merged sudo fuse-overlayfs -o lowerdir=/tmp/alpine-rootfs/layer1:/tmp/alpine-rootfs/layer2,upperdir=/tmp/upper,workdir=/tmp/work /tmp/merged ls /tmp/merged # clean up: sudo umount /tmp/merged rm -rf /tmp/upper /tmp/work /tmp/merged runtime-endpoint: unix:///run/containerd/containerd
sudo mv ./cri-tools-temp/crictl /usr/local/bin/ sudo chmod +x /usr/local/bin/crictl cri file system tools install
Find the latest release version and download the tarball using wget or curl .