mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31) - fix ac-tools image - cleanup unused env - add `cap_add: SYS_NICE` to allow setting process high priority - fix ccache in docker - allow to switch between root user (default) to acore user in any container - fix cache of the downloaded client data - split docker github actions in 2 parts - versioning mysql images - performance improvements
Run AzerothCore with Docker
This readme it's a summary of the AzerothCore docker features.
Docker. is a software that performs operating-system-level virtualization, allowing to wrap and launch applications inside containers.
Thanks to Docker, you can quickly setup and run AzerothCore in any operating system.
The only requirement is having Docker installed into your system. Forget about installing mysql, visual studio, cmake, etc...
Installation instructions
Check the Install with Docker guide.
Memory usage
The total amount of RAM when running all AzerothCore docker containers is less than 2 GB.
Docker containers vs Virtual machines
Using Docker will have the same benefits as using virtual machines, but with much less overhead:

