Replies: 1 comment 2 replies
-
Coder uses If you have any other questions feel free to ask. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a step-by-step introductory guide to setting up a dev container with a toolchain and getting started with it? I've found the docs on devcontainers, but I have (unfortunately) little experience with docker so I'm having trouble figuring out what to do from them.
If it helps, I'm running coder from the helm chart, and the workspaces are also using kubernetes. I would like to get a workspace up and running with the rust toolchain (or any toolchain, but I figured this would be an easy one for an example).
I see that devcontainers has a rust feature here: https://github.com/devcontainers/features/tree/main/src/rust but I'm not sure how to integrate that into the workspace terraform file, or if I'm doing this completely the wrong way and I should be doing something else.
EDIT: actually after reading it again, does the devcontainer get defined in the project, and not the workspace?
Beta Was this translation helpful? Give feedback.
All reactions