package validation

import "github.com/opencontainers/runtime-tools/validation"

Index

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

Version
v0.2.0
Published
Sep 26, 2017
Platform
windows/amd64
Imports
7 packages
Last checked
1 day ago

Tools for package owners.