Install XWiki using Docker
Last modified by Eleni Cojocariu on 2026/08/11 10:24
Steps
To install XWiki using Docker:
- Make sure your system meets the prerequisites.
- Install Docker Engine on the host system.
- Run the containers for XWiki and its database using Docker Run, Docker Compose or Docker Swarm.
- Access XWiki: Open your browser and go to
http://localhost:8080/once XWiki is started.
More
To find more about the current topic, you can search, select an highlighted topic, or use the table below and filter the columns to narrow your choices.
- XWiki in Docker
- What the official image contains, and how its tags are named.
- Docker Run for XWiki
- Start the containers manually, one command at a time.
- Docker Compose for XWiki
- Run XWiki and its database from a single Compose file.
- Docker Swarm for XWiki
- Deploy the image across one or more Docker hosts.
- XWiki Docker Image Configuration
- Environment variables, configuration files, volumes, logs, HTTPS and reverse proxies.