- Notifications
You must be signed in to change notification settings - Fork1.1k
docs: improve dev containers documentation for user start-up#15458
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
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
d7414603ed5c3edcf901c16cce07e96b1bc22e399d4f91cd08e37e58985233af2c59beb24f6154c28411fc20dc3197cfa75a93ff28e5373580bf5daca5618614916807f8b079547cfe0d22f76fce0d2be66fcca0de5815969415d4ae543deca0da6d381bb73ade54e9e46fc139982af4182d69abf2e0facd99937d17dbea2c3ca6dc28f16df344dffFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -20,10 +20,10 @@ For any information not strictly contained in these sections, check out our | ||
| - **Image** | ||
| - A [base image](./templates/managing-templates/image-management.md) contains | ||
| OS-level packages, and utilities that the Coder workspace is built on. It | ||
| can be an [example image](https://github.com/coder/images), custom image, or | ||
| one from [Docker Hub](https://hub.docker.com/search). It is defined in each | ||
EdwardAngert marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| template. | ||
| - Managed by: Externally to Coder. | ||
| - **Template** | ||
| @@ -46,17 +46,15 @@ For any information not strictly contained in these sections, check out our | ||
| that a developer works in. Developers on a team each work from their own | ||
| workspace and can use | ||
| [multiple IDEs](../user-guides/workspace-access/index.md). | ||
| - Managed by: Developers | ||
| - **Development containers** | ||
| - A [development container](../managing-templates/devcontainers.md) is an | ||
| open-source specification for defining development environments. It is | ||
| generally stored in VCS alongside associated source code. It can reference | ||
| an existing base image, or a custom Dockerfile that will be built on-demand. | ||
| - Managed by: Developers | ||
| - **Dotfiles / personalization** | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| # Dev container security and caching | ||
| Ensure Envbuilder can only pull pre-approved images and artifacts by configuring | ||
| it with yourexisting HTTP proxies, firewalls, and artifact managers. | ||
Comment on lines +3 to +4 Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. We have docs for how to do it with many of these in the envbuilder repo. May be a good way to call them out. | ||
| ### Configure registry authentication | ||
| @@ -32,7 +32,8 @@ Refer to the | ||
| [Envbuilder documentation](https://github.com/coder/envbuilder/blob/main/docs/caching.md) | ||
| for more information. | ||
| Note that caching requires push access to a registry, and may require approval | ||
| from relevant infrastructure team(s). | ||
EdwardAngert marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| ### Image caching | ||
Uh oh!
There was an error while loading.Please reload this page.