Files
azerothcore-wotlk-pbot/apps/docker
Yehonal 3202158af1 fix(docker): missing config file in dev image (#14753)
<!-- First of all, THANK YOU for your contribution. -->

## Changes Proposed:
When we create the dev image we do not have the .dockerdist file under
the etc folder. The ac-dev-server included in the azerothcore-wotlk
repository bind the /env/docker/etc folder inside the container, but the
acore-docker repository doesn't. That's why we are having the error in
that project.

This happened after the latest changes:

* https://github.com/azerothcore/azerothcore-wotlk/pull/14707
* https://github.com/azerothcore/azerothcore-wotlk/pull/14747

Closes https://github.com/azerothcore/acore-docker/issues/12
2023-01-24 14:35:43 +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

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