Left Red Hat .. Again, to start something on my own

Yesterday (2nd Dec’15) was my last day at Red Hat  (again). I left Red Hat in Dec’08 to join a startup and then joined back on Sept’12 .  This time I worked in the performance engineering team, which does performance evaluation of all the Red Hat products. It was best team I worked so far. I did performance … Read more

LinuxCon Europe 2015, Dublin, Ireland

In July this year I came to know my tutorial session on Data and Network management for Docker containers has been selected for LinuxCon EU’15 at Dublin. This was significant achievement for me. Having a book on Docker under my name and doing some community activities, would have helped for sure. The conference was scheduled between 5th to 7th Oct’15 … Read more

Docker Global Hack Day #3, Bangalore Edition

We organized Docker Global Hack Day at Red Hat Office on 19th Sep’15. Though there were lots RSVPs, the turn up for the event was less than expected. We started the day by showing the recording of kick-off event. The teams here worked on four different ideas, out of which two submitted to the Global … Read more

Running GlusterFS inside docker container

As a part of GlusterFS 3.5 testing and hackathon, I decided to put GlusterFS inside a docker container.So I installed docker on my Fedora20 desktop [sourcecode language=”text” gutter=”false”] $ yum install docker-io -y $ systemctl enable docker.service ln -s ‘/usr/lib/systemd/system/docker.service’ ‘/etc/systemd/system/multi-user.target.wants/docker.service’ $ systemctl start docker.service $ docker version Client version: 0.7.6 .. Server version: 0.7.6 … Read more