1.容器创建后
bash
docker cp /etc/localtime 容器名:/etc/
2.容器创建时
加入
bash
-v /ect/localtime/:/etc/localtime:ro