Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ Kill
Method
Kill
pkg/test/dockertest/docker.go:226–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
func
(c ContainerID) Kill() error {
227
if
string(c) ==
""
{
228
return
nil
229
}
230
return
KillContainer(string(c))
231
}
232
233
// Remove runs "docker rm" on the container
234
func
(c ContainerID) Remove() error {
Callers
9
KillRemove
Method · 0.95
androidLookupHost
Function · 0.80
Stop
Method · 0.80
TestAndroidCamputFile
Function · 0.80
killReindex
Function · 0.80
pkmountTest
Function · 0.80
handleSignals
Function · 0.80
Generate
Method · 0.80
main
Function · 0.80
Calls
1
KillContainer
Function · 0.85
Tested by
3
TestAndroidCamputFile
Function · 0.64
killReindex
Function · 0.64
pkmountTest
Function · 0.64