Skip to content

Commit cbb2dcc

Browse files
committed
Fix missing link and refactor Docker instructions
1 parent 6c72238 commit cbb2dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/ci-cd-license-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The recommended way to provide your license key to the `Telerik.Licensing` NuGet
5353
5454
### Docker
5555
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.
56+
1. [Create a Docker build secret](https://docs.docker.com/build/building/secrets/#using-build-secrets) that holds the Telerik license key file.
57+
1. [Mount the secret](https://docs.docker.com/build/building/secrets/#secret-mounts) and set a `TELERIK_LICENSE` [environment variable in the container](https://docs.docker.com/build/building/secrets/#target).
5858
5959
## Next Steps
6060

0 commit comments

Comments
 (0)