create.go 241 B

12345678910
  1. package namespaces
  2. import (
  3. "os"
  4. "os/exec"
  5. "github.com/dotcloud/docker/pkg/libcontainer"
  6. )
  7. type CreateCommand func(container *libcontainer.Container, console, rootfs, dataPath, init string, childPipe *os.File, args []string) *exec.Cmd