Skip to content
forked from idodav/minegrok

Minecraft server. With ngrok tunneling. Ready for docker based cloud deployment (targeted for Openshift).

License

Notifications You must be signed in to change notification settings

jaanonim/Minegrok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-minecraft-with-ngrok

Building docker-minecraft

Running this will build you a docker image with the latest version of both docker-minecraft and Minecraft itself.

docker build -t mingrok .
docker run -d --name=mc -p 25565:25565 --env-file ./.env mingrok /start

Remamber to setup .env file.

Notes on the run command

  • -d allows this to run cleanly as a daemon, remove for debugging
  • -p is the port it connects to, -p host_port:docker_port
  • -v is the volume you are mounting -v host_dir:docker_dir

About

Minecraft server. With ngrok tunneling. Ready for docker based cloud deployment (targeted for Openshift).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 68.7%
  • Shell 31.3%