Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrLocalMachine = errors.New("running on local machine, no need to sync application files")
)
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker struct {
// contains filtered or unexported fields
}
Docker represents a docker client.
func (*Docker) Prune ¶
Prune removes all unused containers, volumes, networks and images (both dangling and unreferenced).
func (*Docker) RemoveContainer ¶
func (*Docker) StartProxyContainer ¶
StartProxyContainer will start the proxy container.
Click to show internal directories.
Click to hide internal directories.