Live data from Hacker News

Fast Development with Zed and Dev Containers

alessandro-annini.medium.com

11–12 of 12 posts

Re: Fast Development with Zed and Dev Containers

#11

Why? I have a Containerfile to which I add new stuff regularly. I build and run it as my 'workspace' container. Works very well.

IDE integration. For example, I use the Jetbrains RustRover IDE on Fedora Atomic, which is an immutable Linux distribution that is based on keeping the OS setup as clean as possible. I use DevContainer to install the toolchains I need for my project and the IDE takes care of setting up my development environment.

Re: Fast Development with Zed and Dev Containers

#12

Why? I have a Containerfile to which I add new stuff regularly. I build and run it as my 'workspace' container. Works very well.

I think a lot of it is ide integration. You can see devcontainer details in a tab in vs code for example.

But I think the biggest thing is code reuse - there are a lot of plugins for dev containers so it is easy to spin up a new project with things like git, node, defining users, etc etc

Post reply on HN