直接把宿主机的时间设置挂载到容器里面,通过docker run -v的方式直接挂载 -v /etc/localtime:/etc/localtime:ro 这种方案需要注意/etc/timezone内容,因为代码中会用到这个设置 2020-05-28 分享到: