A Checklist for When “The Website Just Doesn’t Work”

We’ve all come across this frustrating moment, that nothing more than a simple “it doesn’t work” is provided. And you have 1 hour to fix it. Does it really not work? It might be a good idea to figure out if the claim truly holds. Can the website be accessed on your laptop? Can the … Read moreA Checklist for When “The Website Just Doesn’t Work”

Things to watch out for when creating a swarm-wide network

Relying on Docker’s network documentation we know that there are the following types of networks offered by Docker. Name Description bridge For standalone containers to talk to each other. host Only for swarm services. No isolation between host and container, and the container uses host’s network directly. overlay Allows swarm services on different nodes to … Read moreThings to watch out for when creating a swarm-wide network