Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶ added in v0.1.0
type Args struct {
args.Globals
Dockerfile string `name:"file" short:"f" help:"name of the Dockerfile to use." default:"Dockerfile"`
BuildArgs []string `` /* 158-byte string literal not displayed */
NoLogin bool `help:"disable login to docker registry" default:"false" `
NoPull bool `help:"disable pulling latest from docker registry" default:"false"`
}
Click to show internal directories.
Click to hide internal directories.