this post was submitted on 21 Jul 2023
86 points (93.0% liked)

Programming

17025 readers
84 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Some folks on the internet were interested in how I had managed to ditch Docker for local development. This is a slightly overdue write up on how I typically do things now with Nix, Overmind and Just.

you are viewing a single comment's thread
view the rest of the comments
[–] chickenf622@sh.itjust.works 6 points 1 year ago (2 children)

And keep it that way! We need people on both sides to further spur progress. Plus I'm jealous cause I still don't have a firm grasp on docker.

[–] CodeBlooded@programming.dev 5 points 1 year ago

Fair!

Python, and its need for virtual environments, is what really drove me to master Docker.

[–] Dasnap@lemmy.world 1 points 1 year ago

I use Kubernetes at work and a simpler docker-compose driven setup at home. I find that it's a tidier way to build infra, but it does have its limits. Abstracting from bare-metal has its ups and downs, but I find the positives outweigh the negatives.