Replies: 3 comments 9 replies
-
I think we discussed this a while ago. I think this would be great to have if folks would use it. I've tried hard to make it easy to contribute — some parts of it are good — but it still requires installing things like We could possibly start from the existing Dockerfile? (btw @eitsupi what would you prefer the Taskfile not install? Things like |
Beta Was this translation helpful? Give feedback.
-
@max-sixty @eitsupi I was gearing up to learn more about
My questions:
Thanks. |
Beta Was this translation helpful? Give feedback.
-
I built the Dev Container with VS Code on my Macbook. It did take a while (just under 20 minutes) to build on my 2.3GHz i9. (I also built the Dev Container it on a M2 Mac mini - it took less than 12 minutes.) As I watched the messages scroll by, it's obvious that it's doing all the things that happened when running Now I'm looking at the messages below, and I'm not sure what to do next.
Thanks!
|
Beta Was this translation helpful? Give feedback.
-
How about setting up devcontainer(s) to easily configure the development environment?
https://containers.dev/
Setting this up could make it easier to contribute, as the same environment can be created in GitHub Codespaces.
(I think the current setup with Taskfile is well done, but I personally have some resistance to it because it includes the kind of things I don't want to install locally.)
I think devcontainer is popular enough, but it is a bad point that it currently only has real value in VS Code Dev Containers or Codespaces, which are proprietary software, so it has no value for those who do not use these IDEs It is not good for those who do not use these IDEs.
(It is possible to create a container using the OSS Dev Container CLI and install an editor inside the container to utilize it from other editors, but installing the Dev Container CLI is a pain)
I have been developing on Dev Containers for years and would be happy to help if you need setup.
Beta Was this translation helpful? Give feedback.
All reactions