8000 docs: describe devcontainers as deployment model by mtojek · Pull Request #12877 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: describe devcontainers as deployment model #12877

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rephrase
  • Loading branch information
mtojek committed Apr 5, 2024
commit b5a003e774914a1b9640cc5d7accc7a661b8580a
6 changes: 3 additions & 3 deletions docs/about/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ models, in multiple regions, or across various cloud platforms.
- The `docker_container` resource uses `ghcr.io/coder/envbuilder` as the base
image.

_Envbuilder_ checks out the base Docker image from the container registry, and
applies extra feature layers, and starts the container with the target
environment.
_Envbuilder_ checks out the base Docker image from the container registry and
installs selected features as specified in the `devcontainer.json` on top.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Btw, this update is beautiful, super clear. ❤️

Eventually, it starts the container with the developer environment.

##### Workload supporting resources

Expand Down
0