Closed tokk-nv closed 1 month ago
Mount the following when docker run so that the container has the same timezone as the host.
docker run
-v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro \
Mount the following when
docker run
so that the container has the same timezone as the host.