docker run -v /etc/localtime:/etc/localtime:ro -i -t mattdm/fedora /bin/bash
Source: stackoverflow: How to make sure docker’s time syncs with that of the host?
docker run -v /etc/localtime:/etc/localtime:ro -i -t mattdm/fedora /bin/bash
Source: stackoverflow: How to make sure docker’s time syncs with that of the host?