码迷,mamicode.com
首页 > 其他好文 > 详细

docker 启动空容器

时间:2021-01-28 12:08:06      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:spn   local   netcore   usr   gis   har   asp   alt   rgba   

FROM registry.cn-hangzhou.aliyuncs.com/xxxxxx/dotnet/aspnet:5.0
WORKDIR /app
COPY ./xxxxxx .
ENV ASPNETCORE_ENVIRONMENT QA
EXPOSE 30015

ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

CMD ["echo", "hello"]
CMD ["tail", "-f", "/dev/null"]

最下面两行。

docker 启动空容器

标签:spn   local   netcore   usr   gis   har   asp   alt   rgba   

原文地址:https://www.cnblogs.com/subendong/p/14337101.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!