Coder Social home page Coder Social logo

Comments (4)

dko1905 avatar dko1905 commented on June 17, 2024

I'm pretty sure that this causes the error:

# Install and run rcon
ARG RCON_CLI_VER=1.4.6
ADD https://github.com/itzg/rcon-cli/releases/download/${RCON_CLI_VER}/rcon-cli_${RCON_CLI_VER}_linux_amd64.tar.gz /tmp/rcon-cli.tgz
RUN tar -x -C /usr/local/bin -f /tmp/rcon-cli.tgz rcon-cli && \
  rm /tmp/rcon-cli.tgz

from docker-minecraft-papermc-server.

mtoensing avatar mtoensing commented on June 17, 2024

Please use this for the Raspberry Pi. Docker won't work in the long run https://github.com/mtoensing/RaspberryPiMinecraft

from docker-minecraft-papermc-server.

jhbruhn avatar jhbruhn commented on June 17, 2024

Why wouldn't work Docker in the long run? I want to try to run a Server on an RPi4 via Docker, why shouldn't it work, using a prober arm32v7 image of course?

from docker-minecraft-papermc-server.

mtoensing avatar mtoensing commented on June 17, 2024

Because Minecraft needs every bit of memory and performance. I am a huge fan of minecraft. I provide two successful docker images for Java https://github.com/mtoensing/Docker-Minecraft-PaperMC-Server and Bedrock https://github.com/mtoensing/Docker-Minecraft-Bedrock-Server
You can try and provide a link to a repository. But I think the overhead is not worth it. And I mean the overhead in maintenance and performance.

from docker-minecraft-papermc-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.