MinecraftDockerCLI is a python CLI application to allow minecraft server admins to set up in a fast and easy way a server or a network using docker containers. MinecraftDockerCLI is orientated towards minecraft server admins that administrate networks, since a single server cannot fully use the advantages of Docker containers. Docker containers make minecraft networks easier and cleaner because of how docker containers work and intercomunicate on the same machine.
- 💙 Main Feautures
- ⬇️ Installation
- 🔧 Tips & Troubleshooting
- 📝 Working On
- 📂 Kown Issues
- 📜 License
- 💸 Sponsorship
- Full Minecraft servers Containerization
- Prompt based data input
- Up/Down, Start/Stop docker commands implementation
- SQL database compatibility
- Web servers compatibility
- Backups for Minecraft Servers and Databases
Prerequisites:
- Docker Engine (Docker Desktop on Windows) running and configured.
- Docker Compose (bundled with modern Docker Desktop installations).
- Python 3.13+ and
pip.
Recommended Installation:
# Create a Virtual Environment
python3 -m venv .venv
.\.venv\Scripts\Activate.ps1
# Install the python package
pip install MinecraftDockerCLIClone repo:
Extra requirement: Poetry.
# Clone the repository
git clone https://github.com/Dtar380/Minecraft-Dockerfile-CLI.git
cd Minecraft-Dockerfile-CLI
poetry installNote
When running the program you would need to be using the poetry environment and run it like poetry run MinecraftDockerCLI
- Ensure Docker Desktop is running and you can run
docker pswithout errors before invoking the CLI. - On Windows, run PowerShell as Administrator or ensure your user has permissions for Docker.
- If
data.jsonis missing, runbuilder createfirst to scaffold services.
Currently resolving issues and developing the unit tests for future updates.
Already Planned releases
| VERSION | INCLUDES |
|---|---|
| 1.0.0 | First release (Do full tests) |
Feel free to open Feature Requests at issues.
There is no known issues on the project, you can submit yours to issues.
This project is distributed under the MIT license. See the LICENSE.
You can support me and the project with a donation to my Ko-Fi.