package native
import "github.com/dotcloud/docker/daemon/execdriver/native"
Index ¶
Constants ¶
const ( DriverName = "native" Version = "0.2" )
Functions ¶
func NewDriver ¶
Types ¶
type TtyConsole ¶
func NewTtyConsole ¶
func NewTtyConsole(command *execdriver.Command, 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 info.go init.go
Directories ¶
Path | Synopsis |
---|---|
daemon/execdriver/native/configuration | |
daemon/execdriver/native/template |
- Version
- v1.2.0
- Published
- Aug 20, 2014
- Platform
- linux/amd64
- Imports
- 28 packages
- Last checked
- 8 minutes ago –
Tools for package owners.