Files
azerothcore-wotlk-pbot/docker
Francesco Borzì c638fc3b6a Update README.md
2019-01-12 22:16:31 +01:00
..
2019-01-12 22:16:31 +01: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

To install AzerothCore using Docker, you have to:

  1. Install Docker.

  2. Launch one instance of the AzerothCore Dockerized Database

  3. Create an image of the AzerothCore Dockerized Build

  4. Launch one instance of the AzerothCore Dockerized Authserver

  5. Launch one instance of the AzerothCore Dockerized Worldserver

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

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

Docker containers vs Virtual machines