package nodes
import "github.com/dotcloud/docker/pkg/libcontainer/mount/nodes"
Index ¶
- Variables
- func Copy(rootfs, node string) error
- func CopyN(rootfs string, nodesToCopy []string) error
Variables ¶
var DefaultNodes = []string{ "null", "zero", "full", "random", "urandom", "tty", }
Default list of device nodes to copy
Functions ¶
func Copy ¶
func CopyN ¶
CopyN copies the device node from the host into the rootfs
Source Files ¶
- Version
- v0.11.1
- Published
- May 8, 2014
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 56 seconds ago –
Tools for package owners.