package native
import "github.com/docker/docker/daemon/execdriver/native"
Index ¶
- Constants
- func NewDriver(root, initPath string, options []string) (*driver, error)
- type TtyConsole
- func NewTtyConsole(console libcontainer.Console, pipes *execdriver.Pipes, rootuid int) (*TtyConsole, error)
- func (t *TtyConsole) AttachPipes(pipes *execdriver.Pipes) error
- func (t *TtyConsole) Close() error
- func (t *TtyConsole) Master() libcontainer.Console
- func (t *TtyConsole) Resize(h, w int) error
Constants ¶
const ( DriverName = "native" Version = "0.2" )
Functions ¶
func NewDriver ¶
Types ¶
type TtyConsole ¶
type TtyConsole struct {
// contains filtered or unexported fields
}
func NewTtyConsole ¶
func NewTtyConsole(console libcontainer.Console, pipes *execdriver.Pipes, rootuid int) (*TtyConsole, error)
func (*TtyConsole) AttachPipes ¶
func (t *TtyConsole) AttachPipes(pipes *execdriver.Pipes) error
func (*TtyConsole) Close ¶
func (t *TtyConsole) Close() error
func (*TtyConsole) Master ¶
func (t *TtyConsole) Master() libcontainer.Console
func (*TtyConsole) Resize ¶
func (t *TtyConsole) Resize(h, w int) error
Source Files ¶
create.go driver.go exec.go info.go init.go
Directories ¶
Path | Synopsis |
---|---|
daemon/execdriver/native/template |
- Version
- v1.7.1-rc3
- Published
- Jul 9, 2015
- Platform
- linux/amd64
- Imports
- 26 packages
- Last checked
- 5 minutes ago –
Tools for package owners.