package native

import "github.com/dotcloud/docker/daemon/execdriver/native"

These types are wrappers around the libcontainer Terminal interface so that we can resuse the docker implementations where possible.

Index

Constants

const (
	DriverName = "native"
	Version    = "0.2"
)

Functions

func NewDriver

func NewDriver(root, initPath string) (*driver, error)

Source Files

create.go driver.go info.go term.go

Directories

PathSynopsis
daemon/execdriver/native/configuration
daemon/execdriver/native/template
Version
v1.1.0
Published
Jul 3, 2014
Platform
js/wasm
Imports
22 packages
Last checked
2 minutes ago

Tools for package owners.