NAME

API::Docker::Type::TaskSpec::ContainerSpec::Privileges::CredentialSpec - CredentialSpec for managed service account (Windows only)

VERSION

version 0.004

DESCRIPTION

Generated from the inline CredentialSpec schema of TaskSpec.ContainerSpec.Privileges in spec/v1.51.yaml.

config

Load credential spec from a Swarm Config with the given ID. The specified config must also be present in the Configs field with the Runtime property set.

> Note: CredentialSpec.File, CredentialSpec.Registry, > and CredentialSpec.Config are mutually exclusive.

file

Load credential spec from this file. The file is read by the daemon, and must be present in the CredentialSpecs subdirectory in the docker data directory, which defaults to C:\ProgramData\Docker\ on Windows.

For example, specifying spec.json loads C:\ProgramData\Docker\CredentialSpecs\spec.json.

> Note: CredentialSpec.File, CredentialSpec.Registry, > and CredentialSpec.Config are mutually exclusive.

registry

Load credential spec from this value in the Windows registry. The specified registry value must be located in:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization\Containers\CredentialSpecs

> Note: CredentialSpec.File, CredentialSpec.Registry, > and CredentialSpec.Config are mutually exclusive.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.