package sysinfo
import "github.com/dotcloud/docker/pkg/sysinfo"
Index ¶
Types ¶
type SysInfo ¶
type SysInfo struct { MemoryLimit bool SwapLimit bool CpuCfsPeriod bool CpuCfsQuota bool IPv4ForwardingDisabled bool AppArmor bool OomKillDisable bool }
SysInfo stores information about which features a kernel supports. TODO Windows: Factor out platform specific capabilities.
func New ¶
TODO Windows
Source Files ¶
- Version
- v1.7.0-rc1
- Published
- May 28, 2015
- Platform
- windows/amd64
- Last checked
- 27 minutes ago –
Tools for package owners.