# Troubleshoot Pynt Container not Running Error

{% hint style="success" %}
**At a Glance**: 🚀 If your Pynt container isn't running as expected, this guide helps identify and resolve the most common issues. Follow these steps to ensure your Pynt container is operational for smooth API security testing.
{% endhint %}

***

## Pynt Container is Not Running

### What Happened?

Pynt container was not able to run.

### How to Resolve?

1. **Check Docker**: Ensure **Docker Desktop** is installed, available, and running on your machine.
2. **Install Pynt CLI**: If not already installed, use `pip` to install Pynt CLI:

   ```bash
   python -m pip install pyntcli
   ```
3. **Run Pynt in Postman Mode**: Start Pynt in **Postman mode**:

   ```bash
   pynt postman
   ```

***

{% hint style="info" %}
For additional support, visit [Pynt Community Support](https://www.pynt.io/community).
{% endhint %}


---

# 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.pynt.io/documentation/api-security-testing/pynt-scans-troubleshooting/pynt-for-postman-troubleshooting/troubleshoot-pynt-container-not-running-error.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.
