Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Timezone is not host machine timezone #1

Open
kunaltyagi opened this issue Jul 23, 2016 · 0 comments
Open

Docker Timezone is not host machine timezone #1

kunaltyagi opened this issue Jul 23, 2016 · 0 comments

Comments

@kunaltyagi
Copy link
Member

kunaltyagi commented Jul 23, 2016

This results in issues with the build process.
The possible solutions are to use one of the following flags:

Option 1: -v /etc/localtime:/etc/localtime:ro
Option 2: -e "TZ=Asia/Kolkata"

1st option, if it works is preferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant