Prebuilt vs. Custom XWiki Docker Images
Last modified by Eleni Cojocariu on 2026/04/29 08:44
Content
Explanation
When running XWiki with Docker, you have two main approaches:
| Approach | When to use | Behaviour | How it works |
|---|---|---|---|
| Using a Prebuilt XWiki Image | Use when you simply want to run XWiki. |
| Uses a prebuilt image. |
| Building the Image Locally | Very advanced, when you need more control over what is in the Dockerfile, such as:
| Docker builds a new image locally, then runs it. During the build process, Docker:
| Docker uses a Dockerfile (or build: section in docker-compose.yml) to create a new image. |