package native

import "github.com/dotcloud/docker/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.1"
)

Functions

func NewDriver

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

Source Files

default_template.go driver.go info.go term.go

Version
v0.9.0
Published
Mar 10, 2014
Platform
darwin/amd64
Imports
16 packages
Last checked
8 minutes ago

Tools for package owners.