Skip to main content

CLI tool to enhance and simplify containerization of Minecraft servers

Project description

MinecraftDockerCLI

Set up your Minecraft network blazingly fast

license stars downloads Visitors open issues

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.

Installation

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 MinecraftDockerCLI

Clone repo:

Extra requirement: Poetry.

# Clone the repository
git clone https://github.com/Dtar380/Minecraft-Dockerfile-CLI.git
cd Minecraft-Dockerfile-CLI

poetry install

[!NOTE] When running the program you would need to be using the poetry environment and run it like poetry run MinecraftDockerCLI

Usage

To use this app you simply need to type MinecraftDockerCLI in your terminal followed by the command you want to execute and the options you want to use.

[!WARNING] To ensure the app runs correctly, make sure the ENV you installed the app to is activated and that you are on the folder of your server project.

Builder commands

Create:

  • Help: Create all files for the containerization.
  • Description: This command will ask the user with prompts everything to build a docker-compose.yml and .envs for all the services the user will run. Running this command on a existing project will overwrite the files.
  • Arguments:
    • --network: Flag for creating network insteat of single server (required)

Update:

  • Help: Update the contents of the containers.
  • Description: This command will either delete a service or add a service with the same method as Create.
  • Arguments:
    • --add: Flag to state the addition of a service.
    • --remove: Flag to state the removal of a service.
    • --service: Parameter to specify the name of the service.

Build:

  • Help: Build the files for the containerization.
  • Description: This command will build the files based on data.json in case they were not built when running create.

[!NOTE] None of the Builder commands will build nor start the containers.

Manager commands

Backup:

  • Help: Create a backup of the containers.
  • Description: This command will create a backup of every service in a tar file with the format {service_name}_{date}.tar.gz inside a .backup directory.

Up:

  • Help: Build the containers and start them. (This will overwrite the data inside with the host data)
  • Arguments:
    • --atached: Flag to run the containers in atached mode.

Down:

  • Help: Stop the containers and delete them.
  • Arguments:
    • --rm-volumes: Flag to remove volumes.

[!WARNING] Running Up will overwrite the inside volumes of the container with host ones and down with --rm-files will remove the volumes inside the containers, make sure to create a backup and replace the files on host with the backups every time.

Start:

  • Help: Start the containers.
  • Description: This command will

Stop:

  • Help: Stop the containers.
  • Description: This command will

Open:

Tips & Troubleshooting

  • Ensure Docker Desktop is running and you can run docker ps without errors before invoking the CLI.
  • On Windows, run PowerShell as Administrator or ensure your user has permissions for Docker.
  • If data.json is missing, run builder create first to scaffold services.

Working On

Currently resolving issues and developing the unit tests for future updates.

Already Planned releases

VERSION INCLUDES
0.3.0 Add Paper, Vanilla, Fabric and Forge direct download
0.4.0 Extra update functionality to change data.json data
1.0.0 First release (refactor and extra docs)

Feel free to open Feature Requests issues to request things related to this concepts such popular IDE's, popular Git services with REST API's (API needed for being able to give support), unwanted types of files and folders generated by WorkSpace creations, etc.

Kown Issues

There is no known issues on the project, you can submit yours to issues.

License

This project is distributed under the MIT license. See the LICENSE.

Sponsorship

You can support me and the project with a donation to my Ko-Fi.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minecraftdockercli-0.3.0.tar.gz (19.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

minecraftdockercli-0.3.0-py3-none-any.whl (22.5 kB view details)

Uploaded Python 3

File details

Details for the file minecraftdockercli-0.3.0.tar.gz.

File metadata

  • Download URL: minecraftdockercli-0.3.0.tar.gz
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for minecraftdockercli-0.3.0.tar.gz
Algorithm Hash digest
SHA256 f019b945fbbd873a5886e3bca1c40cb29327384684314a195ede6669de1f7c7f
MD5 0aeb61fc05908d5eb401320a987f698e
BLAKE2b-256 ea09922039260a2c428eab9313a4b4ff109406211d7139c13a7ba4c13abb591f

See more details on using hashes here.

Provenance

The following attestation bundles were made for minecraftdockercli-0.3.0.tar.gz:

Publisher: publisher.yml on Dtar380/MinecraftDockerCLI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file minecraftdockercli-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for minecraftdockercli-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 59e158886b74bfd85691e083cbfe6d4d9e5277e36d842757c441865a8e344510
MD5 c2d7306b8b3ee8c275200e826bfd9f10
BLAKE2b-256 1a9901ad8327099206d830b13ce7f4ce77dfba4a2be00b74b92bf4b2153c1c5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for minecraftdockercli-0.3.0-py3-none-any.whl:

Publisher: publisher.yml on Dtar380/MinecraftDockerCLI

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page