Giter Club home page Giter Club logo

minecraft-dockerized's Introduction

server-icon.png

Minecraft Server Container

Introduction

Hello, this is my own creation of a Minecraft server that automatically starts when executing the Docker Run command.

By default (latest tag) this server runs with the next configuration:

And that's it, there is no modified image in this container, just simple vanilla experience.

Usage

Create a new server

To start using this container you can use the basics commands of Docker. For example, to create a new server you can use the following command:

  1. docker run --name minecraft-server -d -p 25565:25565 dagp/minecraft-server
  2. This will start the creation of the Minecraft Server, no world is previously generated so every time you create a server there will be a different world. Keep in mind that the command will generate the latest version of Minecraft.

Using an specific version of Minecraft

In the #Tags section in this document you will find the tags to generate an specific version of Minecraft. For example if you want to create a server in 1.19.3 version you can use:

docker run --name minecraft-server -d -p 25565:25565 dagp/minecraft-server:1.19.3

Starting and stoping the server

docker start minecraft-server docker stop minecraft-server

Remember that "minecraft-server" can be also the container ID or a custom name that you can specify when generating the container.

To check the containers IDs you can use this command: docker ps -a

Future of this project

I will continue to add more versions of Minecraft and also making possible to customize RAM, max players and MOTD when generating the container. I will also try to add Bukkit/Spigot images but keep in mind that every single version need to be tested manually so it will take a while.

You can also find the Docker Hub repository here: https://hub.docker.com/r/dagp/minecraft-server

Tags

You can find the Tags in the Docker Hub repository: https://hub.docker.com/r/dagp/minecraft-server

minecraft-dockerized's People

Contributors

pudindeveloper avatar

Stargazers

 avatar

Watchers

 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.