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.
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.
View a container's detailsInspect a containerEdit or duplicate a containerWebhooksAttach a volume to a containerView container logsChange container ownershipView container statisticsAccess a container's consoleIf you no longer need a container, you can remove it.
Remove a containerLast updated