Versions in this module Expand all Collapse all v0 v0.3.0 Sep 24, 2018 Changes in this version + func BuildImage(tarfile *os.File, name string) (types.ImageBuildResponse, error) + func ContainerLogs(name string) (io.ReadCloser, error) + func CreateApplication(c echo.Context) error + func CreateContainer(containerConfig container.Config, hostConfig container.HostConfig, ...) (container.ContainerCreateCreatedBody, error) + func DeleteApplication(c echo.Context) error + func DeployApplication(c echo.Context) error + func GetApplication(c echo.Context) error + func GetApplications(c echo.Context) error + func GetLogs(c echo.Context) error + func InitDocker() + func InspectContainer(name string) (types.ContainerJSON, error) + func ListContainers() ([]types.Container, error) + func PullImage(name string) error + func RemoveContainer(name string) error + func RemoveImage(name string) ([]types.ImageDeleteResponseItem, error) + func StartApplication(c echo.Context) error + func StartContainer(id string) error + func StopApplication(c echo.Context) error + func StopContainer(id string) error + type Application struct + Extended []KeyValue + Message string + Type string + type Docker struct + Cli *client.Client + Ctx context.Context + type KeyValue struct + Key string + Value interface{}