Details of the XWiki Image and Configurations
Explanation
The XWiki Docker image includes a complete XWiki installation running on Tomcat, together with the files and directories required to configure the application and persist data. The Docker image can also be configured through environment variables, or JVM Options. Tomcat itself can be customized through its configuration directory when connector settings, HTTPS, proxy integration, or advanced server behavior need to be changed. Persistent storage is usually managed through Docker volumes or bind mounts, allowing upgrades without losing data.
FAQ
Why is persistent storage needed for XWiki Docker installation?
Persistent storage is required to ensure that XWiki data is not lost when the container is stopped, restarted, or upgraded. To enable persistent storage, XWiki must be configured to store its data outside the container filesystem.
More
To find more about the current topic, you can search or use the table below and filter the columns to narrow your choices.