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

NameDescription

METERIAN_ENV

The subdomain of your site where your instance of Meterian runs (given the instance of Meterian running on https://www.meterian.io this would be set to www)

METRIAN_PROTO

The HTTP protocol of your site (when unset the default is https) (given the instance of Meterian running on https://www.meterian.io this would be set to https)

METRIAN_DOMAIN

The domain of your site (given the instance of Meterian running on https://www.meterian.io this would be set to meterian.io)

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.

$ export METERIAN_ENV=acme
$ export METERIAN_DOMAIN=meterian.uk

$ meterian-docker --help

© 2017-2022 Meterian Ltd - dockerized version 2.4.81.871
Meterian Client v1.2.25.6, build bb8c552-1050
© 2017-2023 Meterian Ltd - All rights reserved

--tpn			Displays the third party notice and exits(0)
--help			Displays this help and exits(0)
[..]

Meterian servers at https://acme.meterian.com/ are reachable from this system
Meterian servers are authorizing this client for account "QA Account"

Last updated