Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DriverName = "Windows 1854" Version = dockerversion.VERSION + " " + dockerversion.GITCOMMIT )
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.