Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintDockerRunArgs ¶
func PrintDockerRunArgs(yamlAppConfigFileName string)
PrintDockerRunArgs show the resulting "docker run" arguments
func PrintDockerfile ¶
func PrintDockerfile(yamlAppConfigFileName string)
PrintDockerfile loads an app file and dump the processed dockerfile
Types ¶
type DockerClient ¶
type DockerClient struct {
// contains filtered or unexported fields
}
DockerClient abstracts the containerflight communication with a moby daemon
func NewDockerClient ¶
func NewDockerClient(appInfo *appinfo.AppInfo) *DockerClient
NewDockerClient creates a new Docker client using API 1.25
Click to show internal directories.
Click to hide internal directories.