Documentation
¶
Index ¶
- Variables
- type Docker
- func (d *Docker) Build(b *model.Build) (string, error)
- func (d *Docker) Containers() ([]dockerclient.Container, error)
- func (d *Docker) Info() (*dockerclient.Info, error)
- func (d *Docker) Remove(s *model.State) error
- func (d *Docker) RemoveAll() error
- func (d *Docker) Start(run *model.Run, prefix string) (string, error)
- func (d *Docker) Switch(iso *model.Isolation) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnectionTimeout = time.Millisecond * 500
View Source
var DockpitPrefix = "dp"
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.