Custom docker dev containers
thoughts.uncountable.uk·16h
🔧Developer tools
Preview
Report Post

I usually have a number of different coding projects on the go, which use a variety of stacks like node, php, python, wordpress etc. Like most people in this situation, I use docker containers to manage all the different development environments.

Since the rise of AI agents, this is even more critical. I’ve already had the wonderful experience of copilot deleting the entire git directory and everything else during an entirely innocuous documentation task. I definitely don’t want to run any AI agent on the host PC itself.

One issue with using the official images like node, python and so on is the underlying development tools are never installed. I also don’t like the random user names assigned (some are even root), and I l…

Similar Posts

Loading similar posts...