reg/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go

9 lines
197 B
Go
Raw Normal View History

// +build !linux,!freebsd
package configs
// Namespace defines configuration for each namespace. It specifies an
// alternate path that is able to be joined via setns.
type Namespace struct {
}