摘要:
1.创建一个jsp服务需要的dockfile vim jsp_dockerfile # Use the official Ubuntu 20.04 base image FROM ubuntu:20.04 # Set environment variables ENV DEBIAN_FRONTEND 阅读全文
posted @ 2024-07-19 14:28
苹果芒
阅读(95)
评论(0)
推荐(0)
摘要:
1.创建一个php服务需要的dockfile vim php_dockerfile # Use the latest Ubuntu image as the base image. FROM ubuntu:20.04 # Set environment variables. ENV DEBIAN_F 阅读全文
posted @ 2024-07-19 14:01
苹果芒
阅读(220)
评论(0)
推荐(0)