Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ CleanUp
Method
CleanUp
pkg/testutil/compose.go:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
func
(cd *ComposeDir) CleanUp() {
59
os.RemoveAll(cd.dir)
60
}
61
62
func
NewComposeDir(t tig.T, dockerComposeYAML string) *ComposeDir {
63
tmpDir, err := os.MkdirTemp(
""
,
"nerdctl-compose-test"
)
Callers
15
TestParse
Function · 0.95
TestParseDeprecated
Function · 0.95
TestParseDeploy
Function · 0.95
TestParseDevices
Function · 0.95
TestParseRelative
Function · 0.95
TestParseVolumeLongSyntax
Function · 0.95
TestTmpfsVolumeLongSyntax
Function · 0.95
TestParseNetworkMode
Function · 0.95
TestParseConfigs
Function · 0.95
TestParseRestartPolicy
Function · 0.95
TestParseHealthCheck
Function · 0.95
TestParseBuild
Function · 0.95
Calls
no outgoing calls
Tested by
15
TestParse
Function · 0.76
TestParseDeprecated
Function · 0.76
TestParseDeploy
Function · 0.76
TestParseDevices
Function · 0.76
TestParseRelative
Function · 0.76
TestParseVolumeLongSyntax
Function · 0.76
TestTmpfsVolumeLongSyntax
Function · 0.76
TestParseNetworkMode
Function · 0.76
TestParseConfigs
Function · 0.76
TestParseRestartPolicy
Function · 0.76
TestParseHealthCheck
Function · 0.76
TestParseBuild
Function · 0.76