I have created a Docker container using the Ubuntu 16.04 image.
docker run -it -d --name containername -v /var/www/public --privileged ubuntu
Simply map the volume while running docker container
-v /etc/timezone:/etc/timezone:ro