Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerError ¶
ContainerError struct
type Link ¶
type Link struct {
Container *containers.Container
ContainerPath string
}
Link holds the information of container to be linked
type Machine ¶
type Machine struct {
Project projects.Project
Links []*Link
ErrStream io.Writer
Errors *Errors
ErrorsMutex sync.Mutex
RWList list.RestartWatchList
// contains filtered or unexported fields
}
Machine structure
func (*Machine) Run ¶
func (m *Machine) Run(cancel func())
Run links the containers of the list input
type RenameServiceID ¶
RenameServiceID object
func (RenameServiceID) Match ¶
func (r RenameServiceID) Match(serviceID string) bool
Match rule for renaming
Click to show internal directories.
Click to hide internal directories.