美文网首页
docker 镜像常用软件

docker 镜像常用软件

作者: heliping_peter | 来源:发表于2018-04-09 17:45 被阅读8次
    • ip 软件
    apt-get install iproute2 -y
    
    • ping
    apt-get install iputils-ping
    
    • 常用的控制器
    sudo wget -O /usr/local/bin/calicoctl https://github.com/projectcalico/calicoctl/releases/download/v1.0.2/calicoctl
    sudo chmod +x /usr/local/bin/calicoctl
    
    • nslookup
    sudo apt-get install dnsutils
    
    • ethtool安装
    apt-get install ethtool
    

    相关文章

      网友评论

          本文标题:docker 镜像常用软件

          本文链接:https://www.haomeiwen.com/subject/bbnihftx.html