Skip to content

if6was9/minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minecraft

Running

To run daemonized:

$ docker run -d if6was9/minecraft

If you want to run interactively:

$ docker run -it if6was9/minecraft

Persistent Data

You might want to store your minecraft world outside the container.

$ docker run -d -v <myhostdir>:/minecraft/data if6was9/minecraft	

Building

To build an image

docker build . -t minecraft

To tag for ready to push:

docker tag minecraft if6was9/minecraft

About

simple minecraft docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published