Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildOptions ¶
type DownOptions ¶
type DownOptions struct {
RemoveVolumes bool
}
type LogsOptions ¶
type Options ¶
type Options struct { File string // empty for default Project string // empty for default NerdctlCmd string NerdctlArgs []string NetworkExists func(string) (bool, error) VolumeExists func(string) (bool, error) ImageExists func(ctx context.Context, imageName string) (bool, error) EnsureImage func(ctx context.Context, imageName, pullMode string) error DebugPrintFull bool // full debug print, may leak secret env var to logs }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.