mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
11 lines
225 B
Go
11 lines
225 B
Go
package namespaces
|
|
|
|
import (
|
|
"os"
|
|
"os/exec"
|
|
|
|
"github.com/docker/libcontainer"
|
|
)
|
|
|
|
type CreateCommand func(container *libcontainer.Config, console, rootfs, dataPath, init string, childPipe *os.File, args []string) *exec.Cmd
|