摘要: FROM nginxMAINTAINER 无涯ShareRUN echo "Hi, This Is A Docker Continer Website" > /usr/share/nginx/html/index.htmlEXPOSE 80构建: docker build -t nginx_web 阅读全文
posted @ 2021-12-28 11:16 蒋佳伟 阅读(79) 评论(0) 推荐(0)