Dockerized client
Unlike the Thin Client which you can download pre-configured from your dedicated instance, the Dockerized Client must be configured manually.
To ensure it runs a scan for your dedicated instance, prior to invocation ensure you set the following environment variables as such
Name | Description |
---|---|
METERIAN_ENV | The subdomain of your site where your instance of Meterian runs (given the instance of Meterian running on |
METRIAN_PROTO | The HTTP protocol of your site (when unset the default is |
METRIAN_DOMAIN | The domain of your site (given the instance of Meterian running on |
You can check that your client is correctly connecting to the dedicated instance executing the client with "--help", which will display the instance and the account it is connecting to.
Last updated