摘要:
commit build -t ## 将现有容器通过 docker commit 手动构建镜像 ### 基于容器手动制作镜像步骤 #### docker commit 格式 ```shell docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] # 阅读全文
posted @ 2023-06-15 21:40
长江大七号
阅读(93)
评论(0)
推荐(0)
摘要:

评论(0)
推荐(0)
摘要:
**注意: 安装tomcat 前必须先部署JDK** ```shell [root@centos8 ~]#wget http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.50/bin/apache-tomcat-8.5.50. 阅读全文
posted @ 2023-06-15 21:36
长江大七号
阅读(88)
评论(0)
推荐(0)