package validation
import "github.com/opencontainers/runtime-tools/validation"
Index ¶
- type Runtime
- func NewRuntime(runtimeCommand string, bundleDir string) (Runtime, error)
- func (r *Runtime) Clean(removeBundle bool) error
- func (r *Runtime) Create() error
- func (r *Runtime) Delete() error
- func (r *Runtime) SetConfig(g *generate.Generator) error
- func (r *Runtime) SetID(id string)
- func (r *Runtime) Start() error
- func (r *Runtime) State() (rspecs.State, error)
Types ¶
type Runtime ¶
Runtime represents the basic requirement of a container runtime
func NewRuntime ¶
NewRuntime create a runtime by command and the bundle directory
func (*Runtime) Clean ¶
Clean deletes the container and removes the bundle file according to the input parameter
func (*Runtime) Create ¶
Create a container
func (*Runtime) Delete ¶
Delete a container
func (*Runtime) SetConfig ¶
SetConfig creates a 'config.json' by the generator
func (*Runtime) SetID ¶
SetID sets the container ID
func (*Runtime) Start ¶
Start a container
func (*Runtime) State ¶
State a container information
Source Files ¶
- Version
- v0.2.0
- Published
- Sep 26, 2017
- Platform
- windows/amd64
- Imports
- 7 packages
- Last checked
- 1 day ago –
Tools for package owners.