Files
runc/libcontainer/configs/cgroup_unsupported.go
T
Tobias Klauser 4d27f20db0 libcontainer: drop FreeBSD support
runc is not supported on FreeBSD, so remove all FreeBSD specific bits.

As suggested by @crosbymichael in #1653

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-11-24 14:51:05 +01:00

7 lines
67 B
Go

// +build !windows,!linux
package configs
type Cgroup struct {
}