mirror of
https://github.com/moby/moby.git
synced 2026-07-07 07:07:26 +00:00
11 lines
217 B
Go
11 lines
217 B
Go
package namespaces
|
|
|
|
import (
|
|
"os"
|
|
"os/exec"
|
|
|
|
"github.com/docker/libcontainer"
|
|
)
|
|
|
|
type CreateCommand func(container *libcontainer.Config, console, dataPath, init string, childPipe *os.File, args []string) *exec.Cmd
|