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) (*driver, error)

Types

type TtyConsole

type TtyConsole struct {
	MasterPty *os.File
}

func NewTtyConsole

func NewTtyConsole(processConfig *execdriver.ProcessConfig, pipes *execdriver.Pipes) (*TtyConsole, error)

func (*TtyConsole) AttachPipes

func (t *TtyConsole) AttachPipes(command *exec.Cmd, pipes *execdriver.Pipes) error

func (*TtyConsole) Close

func (t *TtyConsole) Close() error

func (*TtyConsole) Master

func (t *TtyConsole) Master() *os.File

func (*TtyConsole) Resize

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

Source Files

create.go driver.go exec.go info.go init.go utils.go

Directories

PathSynopsis
daemon/execdriver/native/template
Version
v1.3.2
Published
Nov 24, 2014
Platform
linux/amd64
Imports
29 packages
Last checked
21 minutes ago

Tools for package owners.