Installing a connector with Docker
To manage access to on-prem resources with Apono, install a connector as a Docker Container
Intro
If you want the flexibility of installing the Apono connector on any machine, a docker container is a great alternative.
Step-by-step guide
Prerequisites
A docker installed on any machine
An Apono token
Find Your Integration Token:
Select any integration in the Catalog.
Under the Connector section, select Add a New Connector from the drop-down list
Copy the token displayed toward the bottom of the section. This token is unique per account.
Guide
In the following command, replace the variables:
Replace
APONO-TOKEN
with the token you copied in the PrerequisitesFor
CONNECTOR_ID
, insert any name of your choosing
Run the command in the terminal:
That's it!
Results
If done correctly, you should see your docker Connector in the new integration dropdown list, or in the Connectors page
Last updated