daemon

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Daemon

type Daemon struct {
	RootDir        string `usage:"Path used for persistent state" default:"/var/lib/rancher/k3c"`
	BootstrapImage string `usage:"Bootstrap image" default:"index.docker.io/rancher/k3c-data"`
	StateDir       string `usage:"Path used for ephemeral runtime state" default:"/run/k3c"`
	Config         string `usage:"Config toml used for k3c/containerd/buildkitd" default:"/etc/rancher/k3c/config.toml"`
	Bridge         string `usage:"Name of the bridge to create for networking" default:"k3c0"`
	BridgeCidr     string `usage:"Bridge CIDR" default:"172.18.0.0/16"`
	G_Group        string `usage:"System group to assign the socket go"`
}

func (*Daemon) Run

func (d *Daemon) Run(ctx *cli.Context) (err error)

Jump to

Keyboard shortcuts

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