1、导入镜像2、运行容器,并查看内核[root@server1 ~]# docker run -it --name名字镜像 ##运行镜像(-i: 以交互模式运行容器, -t: 为容器重新分配一个伪输入终端 通常-i -t 同时使