GithubHelp home page GithubHelp logo

beevelop / docker-cuberite Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 9 KB

๐Ÿ•น Cuberite for Docker

Home Page: https://beevelop.com

License: MIT License

Smarty 11.06% Dockerfile 88.94%
minecraft docker docker-image containers containerization cuberite

docker-cuberite's Introduction

GitHub Workflow Status Docker Pulls Docker Stars Docker Image Size (tag) License GitHub release GitHub Release Date CalVer Beevelop

Cuberite for whale lovers

Cuberite is a Free and Open Source (FOSS) Minecraft-compatible game server. Cuberite is designed with performance, configurability, and extensibility in mind, and also aims to accurately recreate most Minecraft features.

Quickstart

docker run --tty -d --name="cuberite" -p 8080:8080 -p 25565:25565 beevelop/cuberite

The server should be accessible via Port 25565. There is a webadmin interface available at 8080 (default login admin and password Swordfish).

Configuration

  • ADMIN_USERNAME (default: admin): The username for the webadmin interface
  • ADMIN_PASSWORD (default: Swordfish): The password for the webadmin interface
  • MAX_PLAYERS (default: 30): Max. amount of players

Both values can be changed and will be written to the webadmin.ini file on launch (this does effectively override the webadmin.ini on every start).

Folders of interest

All necessary file are located at /opt/cuberite.

Troubleshooting

Feel free to open an issue on GitHub if you encounter any problems with this Docker image.


Use tags where possible, because...

One does not simply use latest

docker-cuberite's People

Contributors

beevelop avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-cuberite's Issues

./Cuberite: not found

Getting /bin/sh: 1: ./Cuberite: not found when running stable and nightly images on raspberry pi 4 8gb microk8s Kubernetes.

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  creationTimestamp: null
  labels:
    io.kompose.service: cuberite-claim0
  name: cuberite-claim0
  namespace: cuberite
spec:
  accessModes:
    - ReadWriteOnce
  resources:
    requests:
      storage: 2Gi
status: {}
---
apiVersion: apps/v1
kind: Deployment
metadata:
  creationTimestamp: null
  labels:
    io.kompose.service: cuberite
  name: cuberite
  namespace: cuberite
spec:
  replicas: 1
  selector:
    matchLabels:
      io.kompose.service: cuberite
  strategy:
    type: Recreate
  template:
    metadata:
      creationTimestamp: null
      labels:
        io.kompose.service: cuberite
    spec:
      containers:
        - env:
            - name: ADMIN_USERNAME
              value: cuberite
            - name: ADMIN_PASSWORD
              value: admin
          image: beevelop/cuberite:latest
          name: cuberite
          ports:
            - containerPort: 8080
            - containerPort: 25565
          resources: {}
          tty: true
      restartPolicy: Always
      volumes:
        - name: cuberite-claim0
          persistentVolumeClaim:
            claimName: cuberite-claim0
status: {}
---
apiVersion: v1
kind: Service
metadata:
  creationTimestamp: null
  labels:
    io.kompose.service: cuberite
  name: cuberite
  namespace: cuberite
spec:
  type: LoadBalancer
  ports:
    - name: "8080"
      port: 80
      targetPort: 8080
    - name: "25565"
      port: 25565
      targetPort: 25565
  selector:
    io.kompose.service: cuberite
status:
  loadBalancer: {}

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.