mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
11 lines
228 B
Go
11 lines
228 B
Go
package namespaces
|
|
|
|
import (
|
|
"os"
|
|
"os/exec"
|
|
|
|
"github.com/docker/libcontainer"
|
|
)
|
|
|
|
type CreateCommand func(container *libcontainer.Container, console, rootfs, dataPath, init string, childPipe *os.File, args []string) *exec.Cmd
|