使用Dockerfile搭建shell 下載jdk、tomcat構建運行環境

Dockerfile文件內容 # 版本信息 FROM centos MAINTAINER locutus "milosun@hitrusts.com" # OS環境配置 RUN yum install -y wget # 安裝JDK RUN mkdir /var/tmp/jdk RUN wget --no-check-certificate --no-cookies --header "Cook
相關文章
相關標籤/搜索