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.

The circle next to the image name indicates whether the local image is up to date, with a green circle indicating it is up to date and a red circle indicating that there is a newer version of the image available at the remote registry. A grey circle indicates Portainer was unable to determine whether there is an update available for the image.

For more on how this works, have a look at this FAQ entry.

Image update notifications are currently not supported for private registries and private images in DockerHub. This is due to be fixed in our next version.

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 containerpageWebhookspageAttach 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