centos7下成功运行无法访问
本机原先安装过tomcat 安装在/opt目录
我的Dockerfile 内容为
from hub.c.163.com/library/tomcat
MAINTAINER abc abc@163.com
COPY jpress.war /opt/apache-tomcat-7.0.94/webapps
执行 build ,run 等命令均成功了,就是不能正常访问,访问时输入的虚拟机ip+端口号
本机原先安装过tomcat 安装在/opt目录
我的Dockerfile 内容为
from hub.c.163.com/library/tomcat
MAINTAINER abc abc@163.com
COPY jpress.war /opt/apache-tomcat-7.0.94/webapps
执行 build ,run 等命令均成功了,就是不能正常访问,访问时输入的虚拟机ip+端口号
2019-05-30
举报