Deploy Docker Swarm cluster on one host

Sometimes, you just want to learn the internal mechanics of Docker Swarm, but unfortunately there is only one Linux box at hand, and you don’t want to bother to… Read more

Similar

Docker’s New Direction

SAN FRANCISCO, Calif., November 13, 2019 -- Docker today announced it has successfully completed a recapitalization of its equity to position it for future growth, and has secured $35 million in new financing from previous investors Benchmark Capital and ... (more…)

Read more »

Your private Docker Registry

Since I have containerized my whole develoment workflow, from testing to production, I needed a docker registry to centralize my private images and ensure their deployment. I didn't wanted to use Docker Hub or Github Packages because the images would be p... (more…)

Read more »