Remix.run Logo
darkvertex 2 days ago

So this reinvents devcontainers? https://containers.dev

Why should we use yours? What does it do better or differently?

hk1337 2 days ago | parent [-]

While this is true, this project seems to wrap it up in a CLI package for starting and stopping projects. Whereas starting devcontainers, at least as far as I have seen, is always done via VSCode or IDE, so while it technically could be called CLI too, would be a lot more complicated than this project.

nickzelei 2 days ago | parent | next [-]

The devcontainers cli has existed for a while. Definitely not as smooth as using with vscode but it has all the main points.

https://github.com/devcontainers/cli

hk1337 2 days ago | parent [-]

TIL.

I'm not proponent of installing nodejs apps globally, npm install -g or yarn install -g

bartalama 2 days ago | parent | prev [-]

There is also a CLI for dev containers. I use it for unattended builds.