package native

import "github.com/dotcloud/docker/runtime/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"
	BackupApparmorProfilePath = "apparmor/docker.back" // relative to docker root
)

Functions

func NewDriver

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

Source Files

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

Directories

PathSynopsis
runtime/execdriver/native/configuration
runtime/execdriver/native/template
Version
v0.10.0
Published
Apr 8, 2014
Platform
windows/amd64
Imports
20 packages
Last checked
48 seconds ago

Tools for package owners.