mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
11 lines
241 B
Go
11 lines
241 B
Go
package namespaces
|
|
|
|
import (
|
|
"os"
|
|
"os/exec"
|
|
|
|
"github.com/dotcloud/docker/pkg/libcontainer"
|
|
)
|
|
|
|
type CreateCommand func(container *libcontainer.Container, console, rootfs, dataPath, init string, childPipe *os.File, args []string) *exec.Cmd
|