docker volume create portainer_data
Category: Self-Hosting
docker volume create portainer_data
Create a persistent Docker volume for Portainer to store its configuration and settings
Creates a named Docker volume for Portainer's database and settings. Named volumes persist even if the container is removed and recreated.