Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

OASIS-learn-study/minecraft-vanilla-server-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft-vanilla-server-container Containerized Minecraft Server

How to prepare a Fedora 30 Server (or Workstation) for this:

sudo dnf install podman-docker

sudo firewall-cmd --permanent --add-port=25565/tcp
sudo firewall-cmd --reload

How to build this container:

docker build -t minecraft .

How to run this container:

docker run minecraft -p 25565:25565

TODO

  • Persistent World
  • Auto Start on Boot

Alternatives

About

Containerized Minecraft Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published