标签:tom 容器 test top run 镜像 image stop doc
1,docker ps 运行的容器
2,docker image ls 有什么镜像
3,
docker run -d -p 8888:8080 test/tomcat
-d:表示指定容器后台运行
-p:表示宿主机的8080端口对外映射暴露为8888端口
4,
docker stop 9aae90aca797
标签:tom 容器 test top run 镜像 image stop doc
原文地址:https://www.cnblogs.com/vhyc/p/9056629.html