# Container

## Description

The `snyk container` commands test and continuously monitor container images for vulnerabilities and generate an SBOM for a container image.

For more information, see [Snyk CLI for Snyk Container](https://docs.snyk.io/snyk-cli/scan-and-maintain-projects-using-the-cli/snyk-cli-for-snyk-container)

## `snyk container` commands and the help docs

The `snyk container` commands are listed here with the help options:

* [`container test`](/developer-tools/snyk-cli/commands/container-test.md), `container test --help`: tests for any known vulnerabilities
* [`container monitor`](/developer-tools/snyk-cli/commands/container-monitor.md), `container monitor --help`: captures the container image layers and dependencies and monitors for vulnerabilities on [snyk.io](https://snyk.io)
* [`container sbom`](/developer-tools/snyk-cli/commands/container-sbom.md), `container sbom --help`: generates an SBOM for a container image


---

# 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.snyk.io/developer-tools/snyk-cli/commands/container.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.
