以centos为基础,目的使用ssh服务远程连接docker容器. 环境:宿主机centos7(宿主机ip地址为192.168.164.130),直接搜索docker的centos镜像,下载最新版本. [root@localhost ~]# docker search -s 15 centos [root@localhost ~]# docker pull docker.io/centos 使用centos镜像启动一个容器centos_ssh [root@localhost ~]# docker…