package windows

import "github.com/dotcloud/docker/daemon/execdriver/windows"

Index

Variables

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

Functions

func NewDriver

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

Types

type StdConsole

type StdConsole struct {
}

StdConsole is for when using a container non-interactively

func NewStdConsole

func NewStdConsole() *StdConsole

func (*StdConsole) Close

func (s *StdConsole) Close() error

func (*StdConsole) Resize

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

type TtyConsole

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

TtyConsole is for when using a container interactively

func NewTtyConsole

func NewTtyConsole(id string, processid uint32) *TtyConsole

func (*TtyConsole) Close

func (t *TtyConsole) Close() error

func (*TtyConsole) Resize

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

Source Files

checkoptions.go clean.go exec.go getpids.go info.go namedpipes.go pauseunpause.go run.go stats.go stdconsole.go terminatekill.go ttyconsole.go windows.go

Version
v1.8.1
Published
Aug 13, 2015
Platform
windows/amd64
Imports
13 packages
Last checked
2 minutes ago

Tools for package owners.