We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eddd1b commit 6c72238Copy full SHA for 6c72238
deployment/ci-cd-license-key.md
@@ -51,6 +51,11 @@ The recommended way to provide your license key to the `Telerik.Licensing` NuGet
51
TELERIK_LICENSE: ${ { secrets.TELERIK_LICENSE } } # remove the spaces between the brackets
52
````
53
54
+### Docker
55
+
56
+1. Create a Docker [build secret](https://docs.docker.com/build/building/secrets/) with the Telerik license key.
57
+1. Set a `TELERIK_LICENSE` [environment variable in the container's environment] and use the license key from the secret.
58
59
## Next Steps
60
61
* [Restore Telerik NuGet Packages in CI/CD Workflows](slug://deployment-nuget)
0 commit comments