package windows
import "github.com/dotcloud/docker/daemon/execdriver/windows"
Index ¶
- Variables
- func NewDriver(root, initPath string, options []string) (*driver, error)
- type StdConsole
- func NewStdConsole() *StdConsole
- func (s *StdConsole) Close() error
- func (s *StdConsole) Resize(h, w int) error
- type TtyConsole
Variables ¶
var ( DriverName = "Windows 1854" Version = dockerversion.VERSION + " " + dockerversion.GITCOMMIT )
Functions ¶
func NewDriver ¶
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.0-rc3
- Published
- Aug 7, 2015
- Platform
- windows/amd64
- Imports
- 13 packages
- Last checked
- 1 minute ago –
Tools for package owners.