赞
踩
例子
我要启动tomcat
docker run -d -P tomcat
大些-P表示随机分配端口
docker run -d -p 8086:8080 tomcat
小些-p 表示指定端口,主机端口:docker容器端口