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

Power Platform Automator

Automation and integration aren’t just what I doβ€”they’re what I do best.

I help businesses work smarter by removing friction, automating what slows them down, and connecting systems that should’ve been talking all along.

 

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