Multi-host Docker network without Swarm
Docker has several types of networks, but one of them is particularly interesting. Overlay network can span across hosts boundaries, so your web application container …
Blog about DevOps, distributed applications and microservices
Docker has several types of networks, but one of them is particularly interesting. Overlay network can span across hosts boundaries, so your web application container …
ZeroMQ is small, fast and very easy to use messaging library, which works equally well both within the same process and over the network. Despite being written …
Having an app running from within Docker container is fun, that’s for sure. But do you know what would be even more fun? Many apps running from within …