Stop Using Docker. Use Open Source Instead.


Stop Using Docker.

Use Open Source Instead.

You know how people say "Google it" to describe any online search?

Well, the same thing happened with Docker - it became synonymous with containers.

But times are changing, and your wallet (and lawyer?) might thank you for paying attention, especially if you're using Docker for commercial purposes.

Four years ago, Docker made a move that shocked the container world, everyone saw it coming from miles away, but ignored it, until it became real - they started charging for CLI usage and Docker desktop for commercial use.

Suddenly, companies using DockerHub found themselves hitting rate limits, bringing their workflows to a grinding halt unless they paid up.

The problem isn't just about DockerHub; if you're running Docker Desktop on your Mac for commercial purposes without a license, you might be breaking the law.

Enter Podman

Described as "the best free and open source container tool system." Podman is Docker's more efficient, cost-free younger sibling.

It does everything Docker does, a fully compatible drop-in alternative, but with some impressive extras under the hood.

The most significant difference? It's daemon-less and can run rootless containers, meaning better security from the containers perspective not being able to elevate permissions and simpler operation, without a resource hungry daemon in the background.

Native Pod support

What makes Podman particularly interesting is its native support for pods, running multiple containers - a feature Docker doesn't have.

If you're working with Kubernetes or planning to, this is a game-changer.

Imagine being able to group multiple containers together, have them communicate seamlessly over localhost, and even generate Kubernetes YAML files directly from your local setup, ready for K8s. That's what Podman offers out of the box.

The transition is surprisingly painless

Your existing Docker commands work with Podman - just replace 'docker' with 'podman' in your commands, or even set 'alias docker=podman' in your rc file.

But that's not all

Need a UI? Podman Desktop provides everything Docker Desktop does, plus additional features like built-in Kubernetes integration and cluster management tools.
YES: it comes with a built-in Kubernetes dashboard!

For enterprises, the benefits are even more compelling.

No more worrying about commercial licensing or rate limits.

No more unexpected bills or legal concerns.

Just straightforward, efficient container management with the added benefit of better Kubernetes integration.

Whether you're a solo developer or part of a large team, Podman, being an open source, free drop-in replacement, provides the tools you need without the strings attached, especially if you're using Kubernetes.

The container world is evolving, and it's time to adapt.

Make the switch to Podman, and join the growing community of developers.


Thank you for reading.
Feel free to reply directly with any question or feedback.
Have a great weekend!

ESPRESSO FRIDAYS

Every once in a while I send hand picked things I've learned. Kind of like your filter to the tech internet. No spam, I promise!

Read more from ESPRESSO FRIDAYS

Is Gemini CLI Worth The Hype? This issue is brought to you by: Securing AI agents is now possible with Auth0 . AI agents are reshaping digital experiences. But securing them requires rethinking identity and access controls built for a human-first world. Get Started Today With a new AI coding assistant announced every other week, it’s easy to feel overwhelmed by the “paradox of choice.” Google entered the game late with its Gemini CLI, but they made a smart move: they made it free and...

I Used Heroku Open Source Alternatives So You Don't Have To This issue is brought to you by: Enjoy fast, secure and reliable web hosting with Hostinger. Use "devopstoolbox" at checkout of extra discounts on op! Start hosting with Hostinger today! I recently went down the rabbit hole of self-hosted application platforms. Just 5 weeks ago I made a video covering Coolify end 2 end.Once that got released (or maybe, because of that?) I started seeing many similar, open source, self-hostable...

SQLite Is the ULTIMATE Choice For 99% of Projects When you need to crack a nut, you grab a nutcracker, not a sledgehammer. So why, when it comes to databases, do so many of us immediately reach for a heavy, complex solution, just because we “feel” it’s right? too much? This simple question changes how you look at building software.The default solution for most developers is to spin up a dedicated database server like MySQL, Postgres, or a NoSQL option. This means dealing with separate running...