validation

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runtime

type Runtime struct {
	RuntimeCommand string
	BundleDir      string
	ID             string
}

Runtime represents the basic requirement of a container runtime

func NewRuntime

func NewRuntime(runtimeCommand string, bundleDir string) (Runtime, error)

NewRuntime create a runtime by command and the bundle directory

func (*Runtime) Clean

func (r *Runtime) Clean(removeBundle bool) error

Clean deletes the container and removes the bundle file according to the input parameter

func (*Runtime) Create

func (r *Runtime) Create() error

Create a container

func (*Runtime) Delete

func (r *Runtime) Delete() error

Delete a container

func (*Runtime) SetConfig

func (r *Runtime) SetConfig(g *generate.Generator) error

SetConfig creates a 'config.json' by the generator

func (*Runtime) SetID

func (r *Runtime) SetID(id string)

SetID sets the container ID

func (*Runtime) Start

func (r *Runtime) Start() error

Start a container

func (*Runtime) State

func (r *Runtime) State() (rspecs.State, error)

State a container information

Source Files

  • container.go

Jump to

Keyboard shortcuts

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