Code Monkey home page Code Monkey logo

docker-mineos's Introduction

minecraft-mineos

Dockerfile for creating Mine OS server image with Java 8.

Mine OS - easy minecraft hosting solution

Usage

docker run -d yujiod/minecraft-mineos
docker run -d -p 8443:8443 -p 25565:25565 yujiod/minecraft-mineos

The WebUI on 8443 port with self signed SSL. When binding to 8443, open below URL.

https://:8443/

Login username is minecraft. Password is auto genereated. Please check password in logs.

docker logs <container_id>

You can also specify a password on run the container. The environment variable is PASSWORD.

docker run -d -e PASSWORD=cr33p3r yujiod/minecraft-mineos

Console access

SSH is no longer supported. Please use exec on docker.

docker exec -it <contaiber_id> bash

Mount minecraft data volume

The mount point is /var/games/minecraft.

docker run -d -v /var/games/minecraft yujiod/minecraft-mineos

Multiple minecraft server port binding

docker run -d -e PASSWORD=cr33p3r -v /var/games/minecraft -p 8443:443 \
-p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 -p 25570:25570 \
yujiod/minecraft-mineos

docker-mineos's People

Contributors

yujiod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

docker-mineos's Issues

Update

Is it possible to update this to be with the current build of mineos on Hexparrot's page?

Version still on version 1.1.7

The latest MineOS release is version 1.1.8.

Perhaps it is possible to make the version a variable or get the latest release always instead of having to update the release number manually?

java8

hi, i've seen in the logs that you still use openjdk 1.7... so we will have difficulties to use new version of minecraft which are for 1.8 java .... Can you do an update of your container?

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.