0
点赞
收藏
分享

微信扫一扫

查询容器所属公司版本及添加常用工具

棒锤_45f2 2022-02-16 阅读 11

查看linux所属Debian、centos还是乌班图

cat /etc/issue

Debian GNU/Linux 10 \n \l


更新

apt update


工具安装

#ping

apt install inetutils-ping 

#nslookup

apt install dnsutils   

#ifconfig 

apt install net-tools    

#ip

apt install iproute2    

#curl

apt install curl

举报

相关推荐

0 条评论