this post was submitted on 12 Jan 2024
5 points (100.0% liked)

Docker

1091 readers
1 users here now

founded 1 year ago
MODERATORS
 

How did your journey begin? I feel like Docker has been getting mentioned for aeons and I've only just started using it now.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 9 months ago* (last edited 9 months ago) (1 children)

Work. Some dude wanted the same environment locally as when it was deployed. He didn't achieve his goal (docker was too new, local caches kept breaking everything, IDEs didn't have docker integration, etc.), but it put me on a path of frustration and finally learning how docker worked internally to fix bugs. At the time, I hated it and just used vagrant, but with time it got better. Now I'm on nix though and docker seems outdated now.

CC BY-NC-SA 4.0

[โ€“] [email protected] 3 points 9 months ago* (last edited 9 months ago)

Is nix doing what Docker can't or is it just simplicity?

The MIT License