Docker 容器中系统由于太过精简, 很多常用的命令都已经缺失, 虽然大部分情况下不需要, 但有时候为了测试, 还是很有帮助的. 下面列出了几个常用命令的安装方法:
ifconfig / netstat 命令:
># apt install net-tools
ip / ss 命令(centos7 自带, 取代 net-tools ):
># apt install iproute2
ps 命令:
># apt install procps
其他命令会持续添加, 敬请请关注 (完)