Automatically Setting Timezone on Dockerfile
As I lives in Indonesia, I would prefer to use GMT+7 as my selected timezone. It will make my log easier to check and also easier to find events at a certain time. Below are a sample command to set timezone on Ubuntu based docker images : ################################################################# # Dockerfile for Excellent Ubuntu Standard #…