Documentation
      ¶
    
    
  
    
      Index ¶
Constants ¶
      View Source
      
  
const ( DriverName = "native" Version = "0.2" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TtyConsole ¶ added in v1.2.0
type TtyConsole struct {
	// contains filtered or unexported fields
}
    func NewTtyConsole ¶ added in v1.2.0
func NewTtyConsole(console libcontainer.Console, pipes *execdriver.Pipes, rootuid int) (*TtyConsole, error)
func (*TtyConsole) AttachPipes ¶ added in v1.2.0
func (t *TtyConsole) AttachPipes(pipes *execdriver.Pipes) error
func (*TtyConsole) Close ¶ added in v1.2.0
func (t *TtyConsole) Close() error
func (*TtyConsole) Master ¶ added in v1.2.0
func (t *TtyConsole) Master() libcontainer.Console
func (*TtyConsole) Resize ¶ added in v1.2.0
func (t *TtyConsole) Resize(h, w int) error
 Click to show internal directories. 
   Click to hide internal directories.