package sysinfo

import "github.com/dotcloud/docker/pkg/sysinfo"

Index

Types

type SysInfo

type SysInfo struct {
	AppArmor bool

	IPv4ForwardingDisabled        bool
	BridgeNfCallIptablesDisabled  bool
	BridgeNfCallIp6tablesDisabled bool
	CgroupDevicesEnabled          bool
	// contains filtered or unexported fields
}

SysInfo stores information about which features a kernel supports. TODO Windows: Factor out platform specific capabilities.

Source Files

sysinfo.go

Version
v1.8.0-rc2
Published
Aug 4, 2015
Platform
js/wasm
Last checked
4 minutes ago

Tools for package owners.