config

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultLibRoot     = "/var/lib/conman"
	DefaultListen      = "/run/conmand.sock"
	DefaultRunRoot     = "/run/conman"
	DefaultRuntimePath = "/usr/bin/runc"
	DefaultRuntimeRoot = "/run/conman-runc"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Listen string

	// Root directory to store long living data (images, containers, etc).
	LibRoot string

	// Root directory to store state of the conman daemon.
	RunRoot string

	RuntimePath string

	RuntimeRoot string
}

func TestConfig

func TestConfig() (*Config, error)

Jump to

Keyboard shortcuts

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