ServerOSType returns the Docker daemon's operating system (linux/windows/darwin) Used for OS-specific compatibility checks
()
| 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 |
no outgoing calls
no test coverage detected