package native
import "github.com/docker/docker/daemon/execdriver/native"
Index ¶
- Constants
- func NewDriver(root, initPath string) (*driver, error)
- type TtyConsole
- func NewTtyConsole(processConfig *execdriver.ProcessConfig, pipes *execdriver.Pipes) (*TtyConsole, error)
- func (t *TtyConsole) AttachPipes(command *exec.Cmd, pipes *execdriver.Pipes) error
- func (t *TtyConsole) Close() error
- func (t *TtyConsole) Master() *os.File
- func (t *TtyConsole) Resize(h, w int) error
Constants ¶
const ( DriverName = "native" Version = "0.2" )
Functions ¶
func NewDriver ¶
Types ¶
type TtyConsole ¶
func NewTtyConsole ¶
func NewTtyConsole(processConfig *execdriver.ProcessConfig, pipes *execdriver.Pipes) (*TtyConsole, error)
func (*TtyConsole) AttachPipes ¶
func (t *TtyConsole) AttachPipes(command *exec.Cmd, pipes *execdriver.Pipes) error
func (*TtyConsole) Close ¶
func (t *TtyConsole) Close() error
func (*TtyConsole) Master ¶
func (t *TtyConsole) Master() *os.File
func (*TtyConsole) Resize ¶
func (t *TtyConsole) Resize(h, w int) error
Source Files ¶
create.go driver.go exec.go info.go init.go utils.go
Directories ¶
Path | Synopsis |
---|---|
daemon/execdriver/native/template |
- Version
- v1.5.0
- Published
- Feb 10, 2015
- Platform
- linux/amd64
- Imports
- 31 packages
- Last checked
- 4 minutes ago –
Tools for package owners.