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.
{% content-ref url="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 {% endcontent-ref %}
{% content-ref url="inspect.md" %} inspect.md {% endcontent-ref %}
{% content-ref url="edit.md" %} edit.md {% endcontent-ref %}
{% content-ref url="webhooks.md" %} webhooks.md {% endcontent-ref %}
{% content-ref url="attach-volume.md" %} attach-volume.md {% endcontent-ref %}
{% content-ref url="logs.md" %} logs.md {% endcontent-ref %}
{% content-ref url="ownership.md" %} ownership.md {% endcontent-ref %}
{% content-ref url="stats.md" %} stats.md {% endcontent-ref %}
{% content-ref url="console.md" %} console.md {% endcontent-ref %}
If you no longer need a container, you can remove it.
{% content-ref url="remove.md" %} remove.md {% endcontent-ref %}
