Surprising facts about real Docker adoption

With thousands of companies using Datadog to track their infrastructure, we can see software trends emerging in real time. Today we're excited to share what we can see about true Docker adoption—no hype, just the facts. Read more

Similar

Migrating from Docker for Mac

So you don't want to use Docker for Mac anymore, huh? First, let's install docker and virtualbox. brew install docker docker-machine brew install --cask virtualbox Now let's create a "docker machine" using docker-machine. This wraps around virtualbox to s... (more…)

Read more »

Docker unwrapped

Docker comes with great documentation. Sometimes though, with different components and tools, it gets less easy to make sense out of everything. I’ve tried to put together the most important parts. (more…)

Read more »

Docker vs. Docker-Compose

After clarifying why [I use Docker for every project I set up](/tidbits/2021/01/why-i-use-docker-for-every-project/) let me try to clarify also: **Why would I use a docker-compose setup over a single Dockerfile setup?** I had been doing the single Dockerf... (more…)

Read more »