# The Dockerized Client

Scan for vulnerabilities in your project using the Meterian Client packaged as a Docker image. You can do this *without having to install any dependencies needed for the Meterian Scanner client to run*, and the scan happens in an isolated environment, inside the Docker container. This docker image contains the Java runtime plus all the required tools for the full range of platforms supported by the Meterian platform.

Download the latest version of the Dockerized client by simply typing the following in your terminal

```
docker pull meterian/cli:latest
```

Alternatively, if you wish you can download a lighter platform-specific variant of the image

```
docker pull meterian/cli:latest-java
```

There are as many variants as the [languages we support](https://docs.meterian.io/containers-support/the-meterian-client-dockerized/supported-languages). Visit the [DockerHub repository](https://hub.docker.com/r/meterian/cli) for further information on additional variants and versions.


---

# Agent Instructions: 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:

```
GET https://docs.meterian.io/the-client/the-meterian-client-dockerized.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
