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 #…

Read More

Updating HAProxy on Ubuntu/Debian

Ubuntu 14.04 LTS provide HAProxy 1.3 by default. Although it would sufficient for basic load balancer, there are some important updates and specific parameters that can only run on the updated HaProxy. Updating haproxy to the latest version relatively simple and straightforward as below : Add new repository for haproxy latest update : [code lang=”bash”]sudo add-apt-repository ppa:vbernat/haproxy-1.6[/code]…

Read More