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