package operatingsystem

import "github.com/dotcloud/docker/pkg/parsers/operatingsystem"

Index

Functions

func GetOperatingSystem

func GetOperatingSystem() (string, error)

GetOperatingSystem gets the name of the current operating system.

func GetOperatingSystemVersion

func GetOperatingSystemVersion() (string, error)

GetOperatingSystemVersion gets the version of the current operating system, as a string.

func IsContainerized

func IsContainerized() (bool, error)

IsContainerized returns true if we are running inside a container. No-op on Windows, always returns false.

Source Files

operatingsystem_windows.go

Version
v20.10.1+incompatible
Published
Dec 15, 2020
Platform
windows/amd64
Imports
3 packages
Last checked
37 minutes ago

Tools for package owners.