An open API service indexing awesome lists of open source software.

https://github.com/ww24/mcs

Minecraft Server on Docker
https://github.com/ww24/mcs

Last synced: about 2 months ago
JSON representation

Minecraft Server on Docker

Awesome Lists containing this project

README

        

MCS
===

Minecraft Server with Minecraft Forge

How to build
------------
```
docker build -t mcs .
```

How to run
----------
```
docker run -it -v $(pwd)/data:/data -p 25565:25565 --name mcs mcs
```

Notice
------
* `data` directory is working directory for minecraft.
* The container mount `data` directory on host.
* Mod installation directory is `data/mods`.