87

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
[-] CodeBlooded@programming.dev 7 points 1 year ago

Docker is like, my favorite utility tool, for both deployment AND development (my replacement for Python virtual environments). I wanted to hear more of why I shouldn’t use it also.

[-] astral_avocado@programming.dev 2 points 1 year ago

Right? If it's about ease of insight into containers for debugging and troubleshooting, I can kinda see that. Although I'm so used to working with containers it isn't a barrier really to me anymore.

[-] sip@programming.dev 3 points 1 year ago* (last edited 1 year ago)

yup. it's a breeze especially for interpreted langs. mount the source code, expose the ports and voila. need a db?

services:
  pg:
    image: postgres
this post was submitted on 21 Jul 2023
87 points (93.1% liked)

Programming

17026 readers
63 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