File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -308,8 +308,13 @@ type WorkspaceAgentReconnectingPTYOpts struct {
308
308
// on the client will not be sent.
309
309
SignedToken string
310
310
311
- // Container, if set, will attempt to exec into a running container visible to the agent.
312
- // This should be a unique container ID (implementation-dependent).
311
+ // Experimental: Container, if set, will attempt to exec into a running container
312
+ // visible to the agent. This should be a unique container ID
313
+ // (implementation-dependent).
314
+ // ContainerUser is the user as which to exec into the container.
315
+ // NOTE: This feature is currently experimental and is currently "opt-in".
316
+ // In order to use this feature, the agent must have the environment variable
317
+ // CODER_AGENT_DEVCONTAINERS_ENABLE set to "true".
313
318
Container string
314
319
ContainerUser string
315
320
}
You can’t perform that action at this time.
0 commit comments