Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd /tmp
wget http://1.116.235.157:1080/software/nerdctl-1.6.0-linux-amd64.tar.gz
tar zxvf nerdctl-1.6.0-linux-amd64.tar.gz
cp nerdctl /usr/local/sbin
nerdctl -n k8s.io ps
nerdctl -n k8s.io images
echo 'source <(nerdctl completion bash)' >> /etc/profile
source /etc/profile

如果需要用nerdctl构建的话需要完整版的