pioka / minecraft-server

Minecraftサーバコンテナ

Home Page:https://hub.docker.com/r/pioka/minecraft-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minecraft-server

Getting Started

docker-compose Example

Configuration

Volume

  • /opt/minecraft/data:
    • Contains Minecraft world data.
  • /opt/minecraft/pipe/:
    • You can execute server command through pipe:/opt/minecraft/pipe/server.stdin.

Environment Variables

Generic Options

  • MC_VERSION:
    • (required) The version of the Minecraft server you want to run.
    • default: ``
  • MC_EULA:
    • (required) Set to true, if you agree to the EULA.
    • default: false
  • MC_TIMEZONE:
    • (optional) Timezone.
    • default: Etc/UTC
  • MC_JVM_ARGS:
    • (optional) Command line args for JVM.
    • default: ``
  • MC_SERVER_PROPERTIES
    • (optional) server.properties content.
    • default : ``

Options available at first launch

These options can be specify multiple values, separated by linebreak.

  • MC_INIT_OPS:
    • (optional) Players to add ops.
    • default: ``
  • MC_INIT_WHITELIST:
    • (optional) Players to add white-list
    • default: ``
  • MC_INIT_BANNED_PLAYERS:
    • (optional) Players to add banned-players
    • default: ``
  • MC_INIT_BANNED_IPS:
    • (optional) IPs to add banned-ips
    • default: ``

About

Minecraftサーバコンテナ

https://hub.docker.com/r/pioka/minecraft-server


Languages

Language:Shell 86.6%Language:Dockerfile 13.4%