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.

When the new image indicator 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.

To add a new container, click Add container.

pageAdd a new container

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.

pageView a container's detailspageInspect a containerpageEdit or duplicate a containerpageAdvanced container settingspageWebhookspageAttach a volume to a containerpageView container logspageChange container ownershippageView container statisticspageAccess a container's console

If you no longer need a container, you can remove it.

pageRemove a container

Last updated