Skip to content

Barebones modded minecraft server in a docker container

Notifications You must be signed in to change notification settings

millermatt/docker-minecraft-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Barebones Modded Minecraft Server (in a docker container)

Minimal Example

docker run -e EULA=TRUE -e MODPACK=rlcraft/1.12.2-beta-2.7.0 -p othrayte/minecraft-server

Recommended Usage

If you want to keep your server around it is advised that you additionally mount at least the /server/world and /server/backup folders into a volume.

  1. Create the volume
    docker volume create minecraft-server-vol

  2. Start the container docker run --mount source=minecraft-server-vol,target=/server -e EULA=TRUE -e MODPACK=rlcraft/1.12.2-beta-2.7.0 -p 25565:25565 othrayte/minecraft-server

About

Barebones modded minecraft server in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.8%
  • Dockerfile 8.2%