Is there a way to block my docker containers from making outbound connections? In development, I don’t want my app container accidentally connection to my live server. Fixing the credentials is in the works. I’m using docker in linux and mac but I’m looking for something that the OS doesn’t matter.

Read more