> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/dedicated-instance/using-the-scanners/dockerized-client.md).

# Dockerized client

Unlike the Thin Client which you can download pre-configured from your dedicated instance, the [Dockerized Client](/the-client/the-meterian-client-dockerized.md) 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

<table><thead><tr><th width="211">Name</th><th>Description</th></tr></thead><tbody><tr><td>METERIAN_ENV</td><td>The subdomain of your site where your instance of Meterian runs (given the instance of Meterian running on <code>https://www.meterian.io</code> this would be set to <code>www</code>)</td></tr><tr><td>METRIAN_PROTO</td><td>The HTTP protocol of your site (when unset the default is <code>https</code>) (given the instance of Meterian running on <code>https://www.meterian.io</code> this would be set to <code>https</code>)</td></tr><tr><td>METRIAN_DOMAIN</td><td>The domain of your site (given the instance of Meterian running on <code>https://www.meterian.io</code> this would be set to <code>meterian.io</code>)</td></tr></tbody></table>

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"

```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.meterian.io/dedicated-instance/using-the-scanners/dockerized-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
