#将容器的8080端口映射宿主机端口8080 –name:给容器起的名称 docker run -d -p 8080:8080 --name=“tomcat7” -id 1130e687fa3c /bin/bash