Documentation
¶
Index ¶
Constants ¶
View Source
const ( Nerdctl = Target("nerdctl") Docker = Target("docker") )
View Source
const ( AlpineImage = "mirror.gcr.io/library/alpine:3.13" NginxAlpineImage = "mirror.gcr.io/library/nginx:1.19-alpine" NginxAlpineIndexHTMLSnippet = "<title>Welcome to nginx!</title>" RegistryImage = "mirror.gcr.io/library/registry:2" )
use GCR mirror to avoid hitting Docker Hub rate limit
View Source
const Namespace = "nerdctl-test"
Variables ¶
This section is empty.
Functions ¶
func DockerIncompatible ¶ added in v0.7.0
func GetDaemonIsKillable ¶ added in v0.6.1
func GetDaemonIsKillable() bool
func RequiresBuild ¶ added in v0.7.0
Types ¶
type Base ¶
func (*Base) CmdWithHelper ¶ added in v0.7.1
func (*Base) EnsureDaemonActive ¶ added in v0.6.1
func (b *Base) EnsureDaemonActive()
func (*Base) KillDaemon ¶ added in v0.6.1
func (b *Base) KillDaemon()
type Cmd ¶
func (*Cmd) AssertFail ¶ added in v0.6.0
func (c *Cmd) AssertFail()
func (*Cmd) AssertNoOut ¶ added in v0.7.1
func (*Cmd) AssertOutWithFunc ¶
Click to show internal directories.
Click to hide internal directories.