Giter VIP home page Giter VIP logo

Comments (6)

itzg avatar itzg commented on August 23, 2024

Can you provide the docker run command that you are using?

from docker-minecraft-bedrock-server.

BrownJenkinsJr avatar BrownJenkinsJr commented on August 23, 2024

Bildschirmfoto 2020-04-01 um 15 06 43
Bildschirmfoto 2020-04-01 um 15 06 31

I'm running this via Docker GUI from OMV. Is this what you need?

from docker-minecraft-bedrock-server.

itzg avatar itzg commented on August 23, 2024

I'm not familiar with that management platform but from the screenshot I can see that

  • you need to specify the container path to be /data and the host path will be whatever path works for you on the host machine
  • you should not set the data volume to be read-only (aka "R/O") since it needs to write the world data there

image

from docker-minecraft-bedrock-server.

BrownJenkinsJr avatar BrownJenkinsJr commented on August 23, 2024

makes sense. ;-)

But when I do and restart, I get this:

/opt/bedrock-entry.sh: line 73: /data/bedrock_server-1.14.32.1: Permission denied

from docker-minecraft-bedrock-server.

BrownJenkinsJr avatar BrownJenkinsJr commented on August 23, 2024

after some work I'm pretty sure it has something to with rights?.

Bildschirmfoto 2020-04-01 um 21 47 56

the /data folder will not map correctly and when the server is running it will always go back to R/O and the container path is broken like in my picture above.

from docker-minecraft-bedrock-server.

itzg avatar itzg commented on August 23, 2024

That is caused by the host volume you are using has the noexec flag/option on it. You will need to change that in order to attach that particular volume as /data since the Bedrock executable is placed and executed from there.

from docker-minecraft-bedrock-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.