If you're not a developer but works in tech, you might be hearing about Docker a lot. Let's try to compare that with something similar to it that you might know about— Virtual Machines. (more…)
Read more »
Today, we are thrilled to announce that Infinit and Docker are joining forces. To anyone following the container space, this may not come as a surprise because persistent storage remains the number one challenge when it comes to container technologies. St...
Read more »
Process Compose is like docker-compose, but for orchestrating a suite of processes, not containers. - GitHub - F1bonacc1/process-compose: Process Compose is like docker-compose, but for orchestrati... (more…)
Read more »
snowplow-kafka - Example showing Snowplow Tracker and Collector writing to Kafka and being consumed from there. (more…)
Read more »
TL;DR This article uses Docker Compose to create and manage multiple container applications. It's entirely hands-on.
Docker has made it easier to develop and package applications in reproducible environments. With Docker, you worry less about the inf... (more…)
Read more »