package native

import "github.com/docker/docker/daemon/execdriver/native"

Index

Constants

const (
	DriverName = "native"
	Version    = "0.2"
)

Functions

func NewDriver

func NewDriver(root, initPath string, options []string) (*driver, error)

Types

type TtyConsole

type TtyConsole struct {
	// contains filtered or unexported fields
}

func NewTtyConsole

func NewTtyConsole(console libcontainer.Console, pipes *execdriver.Pipes) (*TtyConsole, error)

func (*TtyConsole) AttachPipes

func (t *TtyConsole) AttachPipes(pipes *execdriver.Pipes) error

func (*TtyConsole) Close

func (t *TtyConsole) Close() error

func (*TtyConsole) Resize

func (t *TtyConsole) Resize(h, w int) error

Source Files

apparmor.go create.go driver.go exec.go info.go init.go

Directories

PathSynopsis
daemon/execdriver/native/template
Version
v1.8.2
Published
Sep 10, 2015
Platform
linux/amd64
Imports
30 packages
Last checked
3 seconds ago

Tools for package owners.