You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Remote Development on Docker Containers (with Devcontainers)
10
+
# Remote Development on Docker Containers (with Envbuilder)
11
11
12
-
Provision Devcontainers as [Coder workspaces](https://coder.com/docs/workspaces) in Docker with this example template.
12
+
Provision Envbuilder containers based on `devcontainer.json` as [Coder workspaces](https://coder.com/docs/workspaces) in Docker with this example template.
13
13
14
14
## Prerequisites
15
15
@@ -30,7 +30,7 @@ sudo -u coder docker ps
30
30
31
31
## Architecture
32
32
33
-
Coder supports Devcontainers via [envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/templates/dev-containers).
33
+
Coder supports Envbuilder containers based on `devcontainer.json` via [envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/templates/dev-containers).
34
34
35
35
This template provisions the following resources:
36
36
@@ -49,7 +49,7 @@ Edit the `devcontainer.json` instead!
49
49
50
50
## Docker-in-Docker
51
51
52
-
See the [Envbuilder documentation](https://github.com/coder/envbuilder/blob/main/docs/docker.md) for information on running Docker containers inside a devcontainer built by Envbuilder.
52
+
See the [Envbuilder documentation](https://github.com/coder/envbuilder/blob/main/docs/docker.md) for information on running Docker containers inside an Envbuilder container.
53
53
54
54
## Caching
55
55
@@ -67,7 +67,7 @@ docker run --detach \
67
67
registry:2
68
68
```
69
69
70
-
Then, when creating the template, enter `localhost:5000/devcontainer-cache` for the parameter `cache_repo`.
70
+
Then, when creating the template, enter `localhost:5000/envbuilder-cache` for the parameter `cache_repo`.
71
71
72
72
See the [Envbuilder Terraform Provider Examples](https://github.com/coder/terraform-provider-envbuilder/blob/main/examples/resources/envbuilder_cached_image/envbuilder_cached_image_resource.tf/) for a more complete example of how the provider works.
0 commit comments