docker

package
v0.9.11 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2017 License: MPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() terraform.ResourceProvider

Types

type Config

type Config struct {
	Host     string
	Ca       string
	Cert     string
	Key      string
	CertPath string
}

Config is the structure that stores the configuration to talk to a Docker API compatible host.

func (*Config) NewClient

func (c *Config) NewClient() (*dc.Client, error)

NewClient() returns a new Docker client.

type Data

type Data struct {
	DockerImages map[string]*dc.APIImages
}

Data ia structure for holding data that we fetch from Docker.

type TokenResponse added in v0.7.0

type TokenResponse struct {
	Token string
}

Jump to

Keyboard shortcuts

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