Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ DockerIncompatible
Function
DockerIncompatible
pkg/testutil/testutil.go:576–580 ·
view source on GitHub ↗
(t testing.TB)
Source
from the content-addressed store, hash-verified
574
}
575
576
func
DockerIncompatible(t testing.TB) {
577
if
IsDocker() {
578
t.Skip(
"test is incompatible with Docker"
)
579
}
580
}
581
582
func
RequiresBuild(t testing.TB) {
583
if
!IsDocker() {
Callers
13
TestContainerListWideMode
Function · 0.92
TestRunContainerInExistingNetNS
Function · 0.92
TestRunCustomRootfs
Function · 0.92
TestRunAddHostWithCustomHostGatewayIP
Function · 0.92
TestRunWithInit
Function · 0.92
TestRunDeviceCDI
Function · 0.92
TestRunDeviceCDIWithNerdctlConfig
Function · 0.92
TestRunGPU
Function · 0.92
TestRunGPUWithOtherCDIDevices
Function · 0.92
TestRunCgroupConf
Function · 0.92
TestListProcessContainerWideMode
Function · 0.92
TestRunVolumeBindMode
Function · 0.92
Calls
2
IsDocker
Function · 0.70
Skip
Method · 0.65
Tested by
13
TestContainerListWideMode
Function · 0.74
TestRunContainerInExistingNetNS
Function · 0.74
TestRunCustomRootfs
Function · 0.74
TestRunAddHostWithCustomHostGatewayIP
Function · 0.74
TestRunWithInit
Function · 0.74
TestRunDeviceCDI
Function · 0.74
TestRunDeviceCDIWithNerdctlConfig
Function · 0.74
TestRunGPU
Function · 0.74
TestRunGPUWithOtherCDIDevices
Function · 0.74
TestRunCgroupConf
Function · 0.74
TestListProcessContainerWideMode
Function · 0.74
TestRunVolumeBindMode
Function · 0.74
Used in the wild
real call sites across dependent graphs
searching dependent graphs…