摘要: 1、编写Dockerfile文件vi Dockerfile FROM centos:latest MAINTAINER john# now add java and tomcat support in the containerADD jdk-8u162-linux-x64.tar.gz /usr/ 阅读全文
posted @ 2022-11-21 10:30 beawh 阅读(268) 评论(0) 推荐(0) 编辑