因此,可以完全从您的Dockerfile做到这一点。考虑: ENV TZ=America/Los_Angeles RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ...
確定! 回上一頁