Need to document the LocalRegistry
MSBuild property for SDK container publish
#45171
Labels
LocalRegistry
MSBuild property for SDK container publish
#45171
Type of issue
Missing information
Description
The
LocalRegistry
MSBuild property allows users to control which local container tooling they use when pushing to local sources. Currently it can be set to eitherDocker
orPodman
, and if the property is not set at all, the SDK will probe for the presence ofdocker
orpodman
tooling.Since it's common for
podman
tooling to be registered asdocker
(since they share may of the same commands), the SDK does a bit of probing to determine which tool to use. The algorithm is:[Enter feedback here]
Page URL
https://learn.microsoft.com/en-us/dotnet/core/containers/publish-configuration
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/containers/publish-configuration.md
Document Version Independent Id
87603b1d-8af0-ecb0-fca2-aacd3d7ef5a0
Platform Id
36de283b-4744-4f85-0ab2-e0ce83954d51
Article author
@gewarren
Metadata
Related Issues
Associated WorkItem - 417524
The text was updated successfully, but these errors were encountered: