package kernel

import "github.com/docker/docker/pkg/parsers/kernel"

Index

Types

type VersionInfo

type VersionInfo struct {
	// contains filtered or unexported fields
}

VersionInfo holds information about the kernel.

func GetKernelVersion

func GetKernelVersion() (*VersionInfo, error)

GetKernelVersion gets the current kernel version.

func (*VersionInfo) String

func (k *VersionInfo) String() string

Source Files

kernel_windows.go uname_unsupported.go

Version
v25.0.2+incompatible
Published
Feb 1, 2024
Platform
windows/amd64
Imports
4 packages
Last checked
6 minutes ago

Tools for package owners.