EverWrath/apps/docker
Yehonal a82cf659a3
feat(CORE/docker): switch to docker compose and check the version (#13444)
* feat(docker): switch to `docker compose` and check the version

* chore: removed all docker-compose commands in CI
2022-10-17 22:50:31 +02:00
..
config-docker.sh Feat(Docker/bash): docker-compose system rework (#4488) 2021-04-22 09:57:05 +02:00
docker-build-dev.sh fix(DOCKER): remove docker db import using bash (#12773) 2022-08-18 14:53:25 -04:00
docker-build-prod.sh feat(docker): production images, integrated ccache and many other improvements (#5551) 2021-05-04 11:35:24 +02:00
docker-cmd.ts feat(CORE/docker): switch to docker compose and check the version (#13444) 2022-10-17 22:50:31 +02:00
Dockerfile feat(docker): implemented dbimport (#13308) 2022-10-05 13:15:42 +02:00
README.md Feat(Docker/bash): docker-compose system rework (#4488) 2021-04-22 09:57:05 +02:00

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