Code Monkey home page Code Monkey logo

docker-mcserver's People

Contributors

hetsh avatar

Watchers

 avatar  avatar

docker-mcserver's Issues

ARG not expanded in --chown when adding server.jar to image

ADD --chown=$MC_USER:$MC_USER "$MC_URL" "$MC_JAR" in Dockerfile yields following error:

unable to convert uid/gid chown string to host mapping: can't find uid for user $MC_USER: no such user: $MC_USER

Currently, ARGS are only expanded for COPY command, but not for ADD. Workaround is to hardcode user and group name --chown=mc:mc.

This issue is known so keeping an eye on this moby issue...

Systemd service cannot be shut down gracefully when started with docker run

When the server is started with expression ExecStart=/bin/docker run --rm ..., it cannot be shut down gracefully with echo stop | docker attach mcserver
A current workaround is to split creation and start of the docker container:

ExecStartPre=-/bin/docker create --rm --interactive --name mcserver_%I --publish %I:25565 --mount type=bind,source=/srv/mcserver_%I,target=/mcserver hetsh/mcserver
ExecStart=/bin/docker start --attach mcserver_%I

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.