MCPcopy Create free account
hub / github.com/containerd/nerdctl / WithBinary

Method WithBinary

mod/tigron/test/interfaces.go:106–106  ·  view source on GitHub ↗

WithBinary specifies what binary to execute.

(binary string)

Source from the content-addressed store, hash-verified

104type TestableCommand interface {
105 // WithBinary specifies what binary to execute.
106 WithBinary(binary string)
107 // WithArgs specifies the args to pass to the binary. Note that WithArgs can be used multiple
108 // times and is additive.
109 WithArgs(args ...string)

Callers 2

CustomMethod · 0.65
newNerdCommandFunction · 0.65

Implementers 1

GenericCommandmod/tigron/test/command.go

Calls

no outgoing calls

Tested by

no test coverage detected