31z4/storm-docker

Set the time zone inside the container.

Closed this issue · 1 comments

How to configure the timezone inside the Storm container? Currently the default timezone is UTC.
Do I have to extend the image and set the timezone using tzdata?

something like:
RUN echo "Asia/Kolkata" > /etc/timezone
RUN dpkg-reconfigure -f noninteractive tzdata

Please suggest.

31z4 commented

The image is based on Alpine Linux. So please follow this guide.