Docker container 常用軟體安裝
更新 apt-get
#更新apt-update
apt-get update
vim
sudo apt-get install -y vim
ip
sudo apt-get install -y iproute2
ping
sudo apt-get install -y iputils-ping
ifconfig
sudo apt-get install -y net-tools
更新 apt-get
#更新apt-update
apt-get update
sudo apt-get install -y vim
sudo apt-get install -y iproute2
sudo apt-get install -y iputils-ping
sudo apt-get install -y net-tools