package nodes

import "github.com/dotcloud/docker/pkg/libcontainer/mount/nodes"

Index

Variables

var DefaultNodes = []string{
	"null",
	"zero",
	"full",
	"random",
	"urandom",
	"tty",
}

Default list of device nodes to copy

Functions

func Copy

func Copy(rootfs, node string) error

func CopyN

func CopyN(rootfs string, nodesToCopy []string) error

CopyN copies the device node from the host into the rootfs

Source Files

nodes.go

Version
v0.11.1
Published
May 8, 2014
Platform
linux/amd64
Imports
5 packages
Last checked
56 seconds ago

Tools for package owners.