utagestudio / dockerfile_for_purpurmc

0 stars 0 forks source link

Minecraft MOD Server Setup Guide

Requirements / 必要条件

Setup Instructions / セットアップ手順

1. Build the Docker Image / イメージをビルド

$ docker-compose build

2. Obtain Configuration Files / 設定ファイルを取得

$ docker-compose run --rm purpur init

3. Edit Configuration Files / 設定ファイルを編集

4. Start the Purpur Server / サーバーを起動

$ docker-compose up -d

Stop the Server / サーバーの停止

$ docker-compose stop

Backup / バックアップ

If the server is running / サーバーが稼働中の場合

$ docker-compose exec -it purpur /entrypoint.sh backup

If the server is stopped / サーバーが停止している場合

$ docker-compose run --rm purpur backup

Remove Containers and Network / コンテナとネットワークの削除

$ docker-compose down

Shell Access / Shell アクセス

If the server is running / サーバーが稼働中の場合

$ docker-compose exec -it purpur /bin/bash

If the server is stopped / サーバーが停止している場合

$ docker-compose run --rm purpur /bin/bash

Notes / 注意点