Support the use of dev containers for reproducible dev environment #1120
-
This would allow having the dev environment automatically set up and allow using code spaces. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
if #721 is solved it may also support devcontainers |
Beta Was this translation helpful? Give feedback.
-
Thanks for the interest! This would mean a somewhat tightly coupling with the specific product GitHub Code Spaces. I think it could work for other types of projects that don't involve so much of handling different containers that the developer is expected to manage (e.g. the DB), so for now I would leave it as it is. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/loft-sh/devpod is an open source solution using devcontainer.json specification. No vendor lock-in. |
Beta Was this translation helpful? Give feedback.
Thanks for the interest! This would mean a somewhat tightly coupling with the specific product GitHub Code Spaces.
I think it could work for other types of projects that don't involve so much of handling different containers that the developer is expected to manage (e.g. the DB), so for now I would leave it as it is.