Recent Posts

Dockerizing vim

3 minute read

I have dockerized my vim so that I can pull the image and get my familiar vim setup within minutes from any machine (with docker).

Migrating with Postgres FDW

2 minute read

In a situation where you are migrating data from one provider to another and do not want to use intermediate node, foreign data wrapper helps. Foreign data w...

Attaching to another container

2 minute read

Sometimes you have to debug a running container and you cannot modify the container (without much hassle). For example, you’re running a container that you d...

Docker for Mac logs

1 minute read

Edit Feb 2018: New docker for mac uses LinuxKit doesn’t have syslogd running by default (as of this time of writing). More info here.