Last weekend was the first time I used Docker. 🐳

by May 10, 2023Shorts

Last weekend was the first time I used Docker. 🐳

For me, it was hard to see the value it delivers. Most of the reasons for using Docker sounded vague to me. πŸ€” Also, most of the benefits could be solved in other ways.

When it really connected for me, was when I compared Docker with NuGet. πŸ”—

NuGet is a way to share and consume code. You put your code in a package and describe its dependencies. Then you add the package to a central repository where everyone can download and use it. πŸ“¦

Docker does the same thing but for your whole app. You put your app in an image and describe its dependencies, like the environment and ports. Then you add the image to a central repository where everyone can download and run it. πŸš€

Which value do you see in Docker? πŸ‘‡

Remy van Duijkeren

Remy van Duijkeren

The Marketing Developer

I build automation and integrations that remove the annoying stuffβ€”using Power Platform, Dynamics 365 & Azure.

Get My Thoughts on Automation & Development

Join my personal newsletter and get practical insights on building faster, integrating smarter, and removing friction in IT systems β€” especially on Power Platform and Dynamics 365.

Related

.NET 10: ZIP it. Smarter.

.NET 10: ZIP it. Smarter. Yes, you could already update entries inside ZIP files before... But now you can do it without rewriting the entire...

read more