MCPcopy
hub / github.com/docker/compose / ServerOSType

Method ServerOSType

pkg/api/context.go:27–27  ·  view source on GitHub ↗

ServerOSType returns the Docker daemon's operating system (linux/windows/darwin) Used for OS-specific compatibility checks

()

Source from the content-addressed store, hash-verified

25 // ServerOSType returns the Docker daemon's operating system (linux/windows/darwin)
26 // Used for OS-specific compatibility checks
27 ServerOSType() string
28
29 // BuildKitEnabled determines whether BuildKit should be used for builds
30 // Checks DOCKER_BUILDKIT env var, config, and daemon capabilities

Callers 1

useAPISocketMethod · 0.65

Implementers 1

dockerCliContextInfopkg/compose/docker_cli_providers.go

Calls

no outgoing calls

Tested by

no test coverage detected