Docker: Synchronize time and timezone with host

PHOTO EMBED

Tue Aug 30 2022 13:55:53 GMT+0000 (Coordinated Universal Time)

Saved by @marcopinero #docker

docker run -d \
   -v /etc/timezone:/etc/timezone:ro \  
   -v /etc/localtime:/etc/localtime:ro \
   ...
content_copyCOPY