Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

marble-sh/minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Docker Image

Docker

Quickstart

MacOS/Linux:

docker run -it --name minecraft -p 25565:25565 -v $HOME/minecraft:/data marblenix/minecraft:stable

Windows:

docker run -it --name minecraft -p 25565:25565 -v C:/minecraft:/data marblenix/minecraft:stable

Minecraft -> Multiplayer -> Direct Connection -> Server Address: localhost -> Join Server

Tags

tag meaning current
latest follow all releases, including pre-releases and stable releases GitHub release (latest by date including pre-releases)
stable follow the latest stable release GitHub release (latest by date excluding pre-releases)

Stopping a running server

The terminal window is bound to the server input, so typing "stop" should stop the server for you.

Update an out of date server

docker pull marblenix/minecraft:stable

About

Download and run the latest minecraft server jar

Topics

Resources

Stars

Watchers

Forks

Contributors