# View a container's details

From the menu select **Containers**, then select the container you want to view.

<figure><img src="/files/3MrnujtO0a97cJa8qm0o" alt=""><figcaption></figcaption></figure>

Here you can view the container's status and details, including port configurations, environment variables, labels, attached volumes and networks, and more. You also have a number of actions available, including starting, stopping and removing the container.

<figure><img src="/files/Hw4BSw8MRHTN6Wwu0jVR" alt=""><figcaption></figcaption></figure>

You can also toggle the container [webhook](/user/docker/containers/webhooks.md), view the [container logs](/user/docker/containers/logs.md), [inspect](/user/docker/containers/inspect.md) the container's configuration, view container [stats](/user/docker/containers/stats.md), access the [console](/user/docker/containers/console.md), and (if the container is running in interactive mode) attach to the running container.

<figure><img src="/files/xdajiO5844bwciNdktwV" alt=""><figcaption></figcaption></figure>

You can create an image from a deployed container to use when creating other containers.

<figure><img src="/files/XiOx35UWmAXbApLiQOr5" alt=""><figcaption></figcaption></figure>


---

# 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.portainer.io/user/docker/containers/view.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.
