Quick intro to Docker Swarm mode
Docker is cool. It is a great tool to pack your application into set of containers, throw them into the host and they’ll just work. However, …
Blog about DevOps, distributed applications and microservices
Docker is cool. It is a great tool to pack your application into set of containers, throw them into the host and they’ll just work. However, …
Quite often building a VM from scratch is not very wise. Unless server configuration is trivial, its provisioning might take significant amount of time. For example, creating an instance …
Using Vagrant for creating Consul cluster on Linux probably was fun. But what about Windows hosts? Believe it or not, but more than half of developers are …