package winresources
import "github.com/docker/cli/cli/winresources"
Package winresources is used to embed Windows resources into docker.exe. These resources are used to provide
- Version information
- An icon
- A Windows manifest declaring Windows version support
The resource object files are generated when building with scripts/build/binary . The resource source files are located in scripts/winresources. This occurs automatically when you run scripts/build/windows.
These object files are picked up automatically by go build when this package is included.
Index ¶
Source Files ¶
- Version
- v20.10.10-rc1+incompatible
- Published
- Oct 15, 2021
- Platform
- windows/amd64
- Last checked
- 1 hour ago –
Tools for package owners.