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.

Source Files

sysinfo.go

Version
v1.7.1
Published
Jul 14, 2015
Platform
js/wasm
Last checked
6 seconds ago

Tools for package owners.