Skip to content

Instantly share code, notes, and snippets.

@geunho
Last active July 14, 2016 01:14
Show Gist options
  • Save geunho/9100c3a8029ae7bad85b8688d62ae601 to your computer and use it in GitHub Desktop.
Save geunho/9100c3a8029ae7bad85b8688d62ae601 to your computer and use it in GitHub Desktop.
docker timezone setup
FROM registry.ebaykorea.com/ubuntu:trusty-buildpack
...
# ref: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
ENV TZ=Asia/Seoul
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment