windows

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DriverName = "Windows 1854"
	Version    = dockerversion.VERSION + " " + dockerversion.GITCOMMIT
)

Functions

func NewDriver

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

Types

type StdConsole added in v1.8.0

type StdConsole struct {
}

StdConsole is for when using a container non-interactively

func NewStdConsole added in v1.8.0

func NewStdConsole() *StdConsole

func (*StdConsole) Close added in v1.8.0

func (s *StdConsole) Close() error

func (*StdConsole) Resize added in v1.8.0

func (s *StdConsole) Resize(h, w int) error

type TtyConsole added in v1.8.0

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

TtyConsole is for when using a container interactively

func NewTtyConsole added in v1.8.0

func NewTtyConsole(id string, processid uint32) *TtyConsole

func (*TtyConsole) Close added in v1.8.0

func (t *TtyConsole) Close() error

func (*TtyConsole) Resize added in v1.8.0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL