pkg/libcontainer/nsinit/unsupported.go
Michael Crosby 8cd88f75fa Remove command factory and NsInit interface from libcontainer
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
2014-04-30 17:55:15 -07:00

11 lines
177 B
Go

// +build !linux
package nsinit
import (
"github.com/dotcloud/docker/pkg/libcontainer"
)
func GetNamespaceFlags(namespaces libcontainer.Namespaces) (flag int) {
return 0
}