docker

package
v0.0.0-...-912c657 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2014 License: BSD-3-Clause Imports: 45 Imported by: 0

Documentation

Overview

Package docker provides a provisioner implementation that use Docker containers.

In order to use the provisioner, just import tsuru's provision package and docker provision package. Then call provision.Get("docker") to get an instance of Docker provisioner:

import (
    "github.com/globocom/tsuru/provision"
    _ "github.com/globocom/tsuru/provision/docker"
)
// ...
func main() {
    provisioner, err := provision.Get("docker")
    // Use provisioner.
}

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsReachable

func IsReachable(unit provision.AppUnit) (bool, error)

isReachable returns true if the web application deploy in the unit is accessible via 0.0.0.0:PORT.

Types

type ContainerHealer

type ContainerHealer struct{}

func (ContainerHealer) Heal

func (h ContainerHealer) Heal() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL