Skip to content

Commit 6c72238

Browse files
committed
Add Docker tips
1 parent 9eddd1b commit 6c72238

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deployment/ci-cd-license-key.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ The recommended way to provide your license key to the `Telerik.Licensing` NuGet
5151
TELERIK_LICENSE: ${ { secrets.TELERIK_LICENSE } } # remove the spaces between the brackets
5252
````
5353
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+
5459
## Next Steps
5560
5661
* [Restore Telerik NuGet Packages in CI/CD Workflows](slug://deployment-nuget)

0 commit comments

Comments
 (0)