mirror of
https://github.com/opencontainers/runc.git
synced 2026-04-22 23:17:17 +08:00
4c67360296
FreeBSD does not support cgroups or namespaces, which the code suggested, and is not supported in runc anyway right now. So clean up the file naming to use `_linux` where appropriate. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
9 lines
188 B
Go
9 lines
188 B
Go
// +build !linux
|
|
|
|
package configs
|
|
|
|
// Namespace defines configuration for each namespace. It specifies an
|
|
// alternate path that is able to be joined via setns.
|
|
type Namespace struct {
|
|
}
|