Documentation ¶
Index ¶
- Variables
- func AppCfgs(c types.GenericContainer) (*atypes.AppConfig, error)
- func ContainerAppCfgs(c *types.Container) (*atypes.AppConfig, error)
- func ContainerDockerCfgs(c *types.Container) (*docker.Config, *docker.HostConfig)
- func Deploy(c types.GenericContainer) error
- func DockerCfgs(c types.GenericContainer) (*docker.Config, *docker.HostConfig)
- func Init(registry string) (err error)
- func NewDockerPort(port, proto string) docker.Port
- func RemoveConfigDir(c types.GenericContainer) error
- func Teardown(c types.GenericContainer) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RegistryHost string
)
Functions ¶
func ContainerDockerCfgs ¶
func Deploy ¶
func Deploy(c types.GenericContainer) error
func DockerCfgs ¶
func DockerCfgs(c types.GenericContainer) (*docker.Config, *docker.HostConfig)
func NewDockerPort ¶
func NewDockerPort(port, proto string) docker.Port
func RemoveConfigDir ¶
func RemoveConfigDir(c types.GenericContainer) error
func Teardown ¶
func Teardown(c types.GenericContainer) error
Teardown the container. This will kill the docker container but will not free the ports/containers
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.