mxwcore-wotlk/apps/docker
mikx 749adf47ca latest sources commit 2023-11-07 05:04:30 -05:00
..
Dockerfile latest sources commit 2023-11-07 05:04:30 -05:00
README.md latest sources commit 2023-11-07 05:04:30 -05:00
config-docker.sh latest sources commit 2023-11-07 05:04:30 -05:00
docker-build-dev.sh latest sources commit 2023-11-07 05:04:30 -05:00
docker-build-prod.sh latest sources commit 2023-11-07 05:04:30 -05:00
docker-cmd.sh latest sources commit 2023-11-07 05:04:30 -05:00

README.md

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.

AzerothCore containers memory

Docker containers vs Virtual machines

Using Docker will have the same benefits as using virtual machines, but with much less overhead:

Docker containers vs Virtual machines