跳到主內容

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