Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dagger/container-use
/ DefaultConfig
Function
DefaultConfig
environment/config.go:19–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
)
18
19
func
DefaultConfig() *EnvironmentConfig {
20
return
&EnvironmentConfig{
21
BaseImage: defaultImage,
22
Workdir:
"/workdir"
,
23
}
24
}
25
26
type
EnvironmentConfig
struct
{
27
Workdir string `json:
"workdir,omitempty"
`
Callers
7
Create
Method · 0.92
withConfig
Function · 0.92
updateConfig
Function · 0.92
config.go
File · 0.92
TestEnvironmentConfig_Load
Function · 0.85
TestEnvironmentConfig_PreservesShellOperators
Function · 0.85
LoadInfo
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestEnvironmentConfig_Load
Function · 0.68
TestEnvironmentConfig_PreservesShellOperators
Function · 0.68