package native
import "github.com/docker/docker/daemon/execdriver/native"
Index ¶
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) (*TtyConsole, error)
func (*TtyConsole) AttachPipes ¶
func (t *TtyConsole) AttachPipes(pipes *execdriver.Pipes) error
func (*TtyConsole) Close ¶
func (t *TtyConsole) Close() error
func (*TtyConsole) Resize ¶
func (t *TtyConsole) Resize(h, w int) error
Source Files ¶
apparmor.go create.go driver.go exec.go info.go init.go
Directories ¶
Path | Synopsis |
---|---|
daemon/execdriver/native/template |
- Version
- v1.8.2
- Published
- Sep 10, 2015
- Platform
- linux/amd64
- Imports
- 30 packages
- Last checked
- 2 minutes ago –
Tools for package owners.