If you are looking to run a server, and have binaries already compiled, use https://hub.docker.com/r/eqemu/server/ instead
This allows you to build linux binaries of https://github.com/eqemu/server
It has all dependencies baked into an ubuntu image.
in osx/linux:
docker run -v $(PWD):/src eqemu/builder cmake .
docker run -v $(PWD):/src eqemu/builder make
in windows:
docker run -v %cd%:/src eqemu/builder cmake .
docker run -v %cd%:/src eqemu/builder make
Content type
Image
Digest
Size
473.6 MB
Last updated
almost 8 years ago
docker pull eqemu/builder