Documentation ¶
Index ¶
- Variables
- type Context
- func (c Context) Cp() string
- func (c Context) Env() []string
- func (c Context) HostSocket() string
- func (c Context) Mode(mode string) string
- func (c Context) Output() []string
- func (c Context) RunArgs() []string
- func (c Context) Shell() string
- func (c Context) Socket() bool
- func (c Context) Source() string
- type Dapperfile
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSkipBuild = errors.New("skip build")
)
Functions ¶
This section is empty.
Types ¶
type Context ¶
func (Context) HostSocket ¶ added in v0.3.3
type Dapperfile ¶
type Dapperfile struct { File string Mode string Socket bool NoOut bool Args []string From string Quiet bool // contains filtered or unexported fields }
func Lookup ¶
func Lookup(file string) (*Dapperfile, error)
func (*Dapperfile) Build ¶ added in v0.3.0
func (d *Dapperfile) Build(args []string) error
func (*Dapperfile) IsBind ¶
func (d *Dapperfile) IsBind() bool
func (*Dapperfile) Run ¶
func (d *Dapperfile) Run(commandArgs []string) error
func (*Dapperfile) Shell ¶
func (d *Dapperfile) Shell(commandArgs []string) error
Click to show internal directories.
Click to hide internal directories.