Skip to content

Instantly share code, notes, and snippets.

@rzani
Created February 15, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rzani/5905e8d9e0b2df1658a4490665543985 to your computer and use it in GitHub Desktop.
Save rzani/5905e8d9e0b2df1658a4490665543985 to your computer and use it in GitHub Desktop.
Change timezone docker containers

Dockerfile

RUN echo America/Sao_Paulo | sudo tee /etc/timezone && sudo dpkg-reconfigure --frontend noninteractive tzdata

Inside container

echo America/Sao_Paulo | tee /etc/timezone && sudo dpkg-reconfigure --frontend noninteractive tzdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment