Docker 修改時區方法 malagege included in Docker 2021-06-02 33 words One minute Contents 比較常在網路上看到 1 2 volumes: - "/etc/localtime:/etc/localtime:ro" 但測試 Java Container發現沒有成功 後來使用下面方法就成功了 1 2 environment: - "TZ=Asia/Taipei" 參考: 設定 Docker Container 與 Host 相同時區的方法 [筆記] 修改 docker 容器內的時區 - Change Timezone in Docker | MC部落 Please enable JavaScript to view the comments powered by Disqus.