Giter Site home page Giter Site logo

gusthesadgeek / docker-mineos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yujiod/docker-mineos

0.0 1.0 0.0 17 KB

Dockerfile for creating Mine OS server image.

Home Page: https://index.docker.io/u/yujiod/minecraft-mineos/

License: Other

Shell 100.00%

docker-mineos's Introduction

minecraft-mineos

Dockerfile for creating Mine OS server image.

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.

http://: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

SSH Access

The server can access to SSH by minecraft user, port 22.

docker run -d -e PASSWORD=cr33p3r -p 2222:22 -p 8443:8443 -p 25565:25565 yujiod/minecraft-mineos
ssh minecraft@<hostname> -p 2222

The password is automatically generated, or you specified in the container startup.

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 2222:22 -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 gusthesadgeek avatar

Watchers

James Cloos avatar

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.