mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
69 lines
2.3 KiB
Markdown
69 lines
2.3 KiB
Markdown
# Containers
|
|
|
|
Put simply, a container is a runnable instance of an image. Containers do not hold any persistent data and therefore can be destroyed and recreated as needed.
|
|
|
|
<figure><img src="../../../.gitbook/assets/2.20-containers-list.png" alt=""><figcaption></figcaption></figure>
|
|
|
|
When the [new image indicator](../host/setup.md#other) feature is enabled, the **Images up to date** column indicates whether the local images in the container are up to date, with a green tick indicating they are up to date and an orange cross indicating that there is a newer version of an image available at the remote registry. A grey hyphen indicates Portainer was unable to determine whether there is an update available for the images.
|
|
|
|
You can click the reload button next to the search box to recheck the images for all your containers for updates, or to recheck a single container's image you can click the image indicator icon for that container.
|
|
|
|
For more on how this works, have a look at [this knowledge base article](https://portal.portainer.io/knowledge/how-does-the-image-update-notification-icon-work).
|
|
|
|
To add a new container, click **Add container**.
|
|
|
|
{% content-ref url="add.md" %}
|
|
[add.md](add.md)
|
|
{% endcontent-ref %}
|
|
|
|
Once a container has been created you can inspect it, edit or duplicate it, toggle a container webhook, attach volumes, view logs and statistics, edit ownership, and access its console.
|
|
|
|
{% content-ref url="view.md" %}
|
|
[view.md](view.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="inspect.md" %}
|
|
[inspect.md](inspect.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="edit.md" %}
|
|
[edit.md](edit.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="advanced.md" %}
|
|
[advanced.md](advanced.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="webhooks.md" %}
|
|
[webhooks.md](webhooks.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="attach-volume.md" %}
|
|
[attach-volume.md](attach-volume.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="logs.md" %}
|
|
[logs.md](logs.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="ownership.md" %}
|
|
[ownership.md](ownership.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="stats.md" %}
|
|
[stats.md](stats.md)
|
|
{% endcontent-ref %}
|
|
|
|
{% content-ref url="console.md" %}
|
|
[console.md](console.md)
|
|
{% endcontent-ref %}
|
|
|
|
If you no longer need a container, you can remove it.
|
|
|
|
{% content-ref url="remove.md" %}
|
|
[remove.md](remove.md)
|
|
{% endcontent-ref %}
|
|
|
|
|
|
|