Docker 中安裝centos並且進行ssh Posted on 2019-06-21 安裝centosdocker pull centos docker run -d -i -t <imageID> /bin/bash #進入docker內的centos docker attach <ContainerID>訂製自己的centos#安裝ifconfig yum search ifconfig yum install net-tools.x86_64