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
Monthly Archives: December 2017
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