Documentation ¶ Index ¶ type Docker func NewDocker(m *model.Model, host, cert string) (*Docker, error) func (d *Docker) Build(b *model.Build) (string, error) func (d *Docker) Remove(s *model.State) error func (d *Docker) RemoveAll() error func (d *Docker) Start(run *model.Run) (string, error) func (d *Docker) Switch(iso *model.Isolation) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Docker ¶ type Docker struct { Host string Info *dockerclient.Info // contains filtered or unexported fields } func NewDocker ¶ func NewDocker(m *model.Model, host, cert string) (*Docker, error) func (*Docker) Build ¶ func (d *Docker) Build(b *model.Build) (string, error) func (*Docker) Remove ¶ added in v0.3.1 func (d *Docker) Remove(s *model.State) error func (*Docker) RemoveAll ¶ func (d *Docker) RemoveAll() error func (*Docker) Start ¶ added in v0.3.1 func (d *Docker) Start(run *model.Run) (string, error) func (*Docker) Switch ¶ func (d *Docker) Switch(iso *model.Isolation) error Source Files ¶ View all Source files docker.go Click to show internal directories. Click to hide internal directories.