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
- Host: GitHub
- URL: https://github.com/ww24/mcs
- Owner: ww24
- Created: 2015-07-24T13:41:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T15:05:07.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T10:46:27.302Z (3 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.