> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/best-practices/how-to-publish-multiple-containers-at-once.md).

# How to publish multiple containers at once

You can now publish multiple containers in one workflow. Instead of opening and publishing each container separately, you can select several containers, choose the target environment, and publish them together.

This is useful when you want to release changes across multiple containers simultaneously, keep deployments consistent, and reduce repetitive manual steps.

### How to publish multiple containers

#### 1. Open the Containers section

Go to **Containers** from the main navigation.

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

#### 2. Start the publishing workflow

Click the **Publish Containers** button.

This opens the multi-container publishing flow, where you can choose which containers should be included in the release.

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

#### 3. Select the containers you want to publish

Tick the checkboxes next to the containers you want to publish.

You can select one or more containers, depending on what you want to release.

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

#### 4. Continue to publishing details

After selecting the containers, click **Continue**.

#### 5. Add a description and select an environment

Enter a publication description.

Then select the environment you want to publish the selected containers into.

The description helps your team understand what was released and why. It is especially useful when several containers are published together as part of the same update.

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

#### 6. Publish the selected containers

Review your selection and publish the containers

Once confirmed, all selected containers are published into the chosen environment as part of the same publishing workflow.

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

{% hint style="info" %}
All selected containers are published into the same environment. If different containers need to be published into different environments, publish them in separate publishing workflows.
{% endhint %}


---

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

```
GET https://docs.jentis.com/best-practices/how-to-publish-multiple-containers-at-once.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.
