package platform

import "github.com/docker/docker/pkg/platform"

Index

Constants

const (
	ProcessorArchitecture64   = 9 // PROCESSOR_ARCHITECTURE_AMD64
	ProcessorArchitectureIA64 = 6 // PROCESSOR_ARCHITECTURE_IA64
	ProcessorArchitecture32   = 0 // PROCESSOR_ARCHITECTURE_INTEL
	ProcessorArchitectureArm  = 5 // PROCESSOR_ARCHITECTURE_ARM
)

Constants

Variables

var (
	// Architecture holds the runtime architecture of the process.
	Architecture string
	// OSType holds the runtime operating system type (Linux, …) of the process.
	OSType string
)

Source Files

architecture_windows.go platform.go

Version
v1.12.5-rc1
Published
Dec 14, 2016
Platform
windows/amd64
Imports
5 packages
Last checked
53 minutes ago

Tools for package owners.