docker 修改 容器时间

docker exec -ti -u root 容器 bash
echo Asia/Shanghai > /etc/timezone
docker restart 容器

你可能感兴趣的:(docker 修改 容器时间)