MCPcopy Create free account
hub / github.com/coder/envbuilder / runOpts

Struct runOpts

integration/integration_test.go:2761–2768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2759}
2760
2761type runOpts struct {
2762 image string
2763 privileged bool // Required for remounting.
2764 binds []string
2765 env []string
2766 volumes map[string]string
2767 logbuf *bytes.Buffer
2768}
2769
2770// runEnvbuilder starts the envbuilder container with the given environment
2771// variables and returns the container ID.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected