Will docker container auto sync time with the host machine?

前端 未结 7 1974
长情又很酷
长情又很酷 2020-11-28 18:43

Giving I already changed the timezone of docker container correctly. Do I need to install a NTP server inside the docker container to periodically sync the time or the conta

7条回答
  •  孤城傲影
    2020-11-28 19:09

    docker-compose usage:

    Add /etc/localtime:/etc/localtime:ro to the volumes attribute.

    Look at this link to demonstrate an example.

提交回复
热议问题