- Notifications
You must be signed in to change notification settings - Fork928
docs: add comprehensive dev containers documentation with examples#18582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
I had some trouble getting the example working with my barebones deployment, and I think it's because of the docker-in-docker requirement I'm going to have to come back for some more testing |
@@ -1,4 +1,4 @@ | |||
# Devcontainers | |||
#EnvbuilderDevContainers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Why does it lead withEnvbuilder
?
By creating unique images per-project, you remove unnecessary dependencies and | ||
reduce the workspace size and resource consumption of any given project. Full | ||
image caching ensures optimal start and stop times. | ||
## Benefits of Envbuilder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
?? this is a comparison table? why is it promoting Envbuilder? that is the old thing
| Multiple Dev Containers per workspace| Yes| No| | ||
| Rebuild when`devcontainer.json` changes| Yes (auto-prompt)| Limited (requires full workspace rebuild)| | ||
| Docker required in workspace| Yes| No (works in restricted envs)| | ||
| Admin vs. developer control| Developer decides per repo| Platform admin manages via template| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This is incorrect. both can be determined via parameters
Uh oh!
There was an error while loading.Please reload this page.
WIP
Configure a template for dev containers
advanced-dev-containers
Choose an approach to Dev Containers