link-client is a Zrok client image for customers with on-premises services - such as code repositories, artifactories, or bug tracking systems - to establish a secure tunnel connection to CxOne.
CxLink supports two tunneling options:
Link reference for how to setup and run this image
docker run --pull=always --rm -it checkmarx/link-client:2 --tunnel-name <tunnel-name> --tunnel-server-url <server-url> --link-token <token> --private-url <private-url>
Step 1: Create a link-client.env file on your device using these values:
TUNNEL_NAME=<tunnel-name>
TUNNEL_SERVER_URL=<server-url>
LINK_TOKEN=<token>
PRIVATE_URL=<private-url>
Step 2: Copy and paste this command to run it in your console
docker run --pull=always --env-file link-client.env --rm -it checkmarx/link-client:2
This project is licensed under the Apache License 2.0
It includes and redistributes components from the zrok project, which is also licensed under the Apache License 2.0.
We acknowledge and retain all original copyright notices from the zrok project.
Content type
Image
Digest
sha256:bab07d1ae…
Size
129.4 MB
Last updated
22 days ago
docker pull checkmarx/link-client:2