1.docker run -it ubantu /bin/bash 使用ubantu以交互模式启动一个容器,在容器内执行/bin/bash操作 为容器取名 2.docker ps 显示当前容器 3.ctrl+p+q </