If you use docker and docker-compose then you might have come across cases where you want services running across different networks to interact. Typically this need arises when we use a single database container like postgres and we want other containers created using different docker-compose files to use the database container. It can become really confusing and difficult to setup. I got stuck recently with a similar issue and resolved it. Hope it might be useful for you as well. Continue reading
Tag Archives: docker
Docker-compose cheat sheet
I use docker-compose quite a lot. It makes using docker much more simple. I made a cheat sheet of all the syntax that I use often and compiled it into a gist. Hope it might be useful for others as well. Continue reading
Run pi-hole using docker
While there are many DNS level adblockers available out there, Pi-hole clearly stands out for multiple reasons:
- It gives you stats and graphs of all the DNS data which is amazing
- It gives you a web interface using which you can selectively black list or whitelist websites and that makes things really easy.
Google Summer of Code 2017 Final Report
The idea:
The aim of my project was to support installation of containerised applications in amahi. Before I started my GSOC project, amahi supported applications which used a specific stack only. The goal of this project was to add support for different stacks by using docker. Continue reading
GSoC Blog : First 10 days.
So I started my GSoC (Google Summer of Code) work on May 30. It’s been a fun experience so far and this blog is about what I did so far and where I am headed right now, the problems faced, the good and the bad. Continue reading