Skip to content

Commit 8d95939

Browse files
committed
improve wording as per review notes
1 parent 60f4efe commit 8d95939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Once traffic is routed to the proxy, you will need to install the proxy's CA cer
1919
## Demonstration
2020
Envbuilder clones a repository that contains your `devcontainer.json` and optional `Dockerfile` so that it can build your container. If the clone is done using HTTPS, then TLS verification must succeed or be disabled. If a transparent HTTPS proxy is present, TLS verification will fail unless Envbuilder trusts the proxy’s certificate. Therefore, we need to configure Envbuilder to trust your proxy.
2121

22-
The summary in the previous section shows how to configure Envbuilder using Terraform for Docker and Kubernetes. For this example we'll use docker directly to avoid complexity that might result in confusion. Docker is also more likely than Terraform to already be installed in your testing environment.
22+
For this example we'll use docker, but the configuration is applied using environment variables that can be set analogously in Kubernetes or elsewhere.
2323

2424
Before we introduce an HTTPS proxy, let's prove that envbuilder runs normally. Run the following docker command to obtain a shell within an Envbuilder built environment:
2525
```bash

0 commit comments

Comments
 (0)