package proc

import "github.com/containerd/containerd/linux/proc"

Index

Types

type CheckpointConfig

type CheckpointConfig struct {
	Path    string
	Options *google_protobuf.Any
}

CheckpointConfig holds task checkpoint configuration

type CreateConfig

type CreateConfig struct {
	ID               string
	Bundle           string
	Runtime          string
	Rootfs           []Mount
	Terminal         bool
	Stdin            string
	Stdout           string
	Stderr           string
	Checkpoint       string
	ParentCheckpoint string
	Options          *google_protobuf.Any
}

CreateConfig hold task creation configuration

type ExecConfig

type ExecConfig struct {
	ID       string
	Terminal bool
	Stdin    string
	Stdout   string
	Stderr   string
	Spec     *google_protobuf.Any
}

ExecConfig holds exec creation configuration

type Mount

type Mount struct {
	Type    string
	Source  string
	Target  string
	Options []string
}

Mount holds filesystem mount configuration

Source Files

types.go

Version
v1.1.1-rc.1
Published
Jun 18, 2018
Platform
windows/amd64
Imports
1 packages
Last checked
24 seconds ago

Tools for package owners.