Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WeDeployImage = "wedeploy/local:" + defaults.WeDeployImageTag
WeDeployImage is the docker image for the WeDeploy infrastructure
Functions ¶
func GetWeDeployHost ¶
GetWeDeployHost gets the WeDeploy infrastructure host This is a temporary solution and it is NOT reliable
func StopOutdatedImage ¶
StopOutdatedImage stops the WeDeploy infrastructure if outdated
Types ¶
type DockerMachine ¶
type DockerMachine struct {
Container string
Image string
Flags Flags
WaitLiveMsg *waitlivemsg.WaitLiveMsg
// contains filtered or unexported fields
}
DockerMachine for the run command
func (*DockerMachine) LoadDockerInfo ¶
func (dm *DockerMachine) LoadDockerInfo() error
LoadDockerInfo loads the docker info on the DockerMachine object
func (*DockerMachine) Run ¶
func (dm *DockerMachine) Run() (err error)
Run executes the WeDeploy infraestruture
Click to show internal directories.
Click to hide internal directories.