Installing a connector with Docker
To manage access to on-prem resources with Apono, install a connector as a Docker Container
Last updated
Was this helpful?
To manage access to on-prem resources with Apono, install a connector as a Docker Container
Last updated
Was this helpful?
Was this helpful?
export APONO_TOKEN=[the token you copied from Apono Add Connector flow]
export CONNECTOR_ID=apono-connector
docker login registry.apono.io -u apono -p $APONO_TOKEN
docker run -e APONO_CONNECTOR_ID=$CONNECTOR_ID -e APONO_TOKEN=$APONO_TOKEN -e APONO_URL=api.apono.io registry.apono.io/apono-connector:v1.7.6