daemon

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2019 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VOLUME_CFG_PREFIX = "volume_"
	CFG_POSTFIX       = ".json"

	CONFIGFILE = "convoy.cfg"
	LOCKFILE   = "lock"
)
View Source
const (
	DockerCapabilitiesScopeLocal = "local"
)

Variables

This section is empty.

Functions

func Start

func Start(sockFile string, c *cli.Context) error

Start the daemon

Types

type APIError

type APIError struct {
	// contains filtered or unexported fields
}

func (APIError) Error

func (e APIError) Error() string

type DockerCapabilities

type DockerCapabilities struct {
	Scope string `json:",omitempty"`
}

type DockerVolume

type DockerVolume struct {
	Name       string `json:",omitempty"`
	Mountpoint string `json:",omitempty"`
}

type Volume

type Volume struct {
	Name       string
	DriverName string
}

Jump to

Keyboard shortcuts

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