Skip to content

ewized/docker-pgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker for PGM

This contains the configurations to run PGM within Docker. This combined with PyCloud one can recreate the entire network.

Images

SportBukkit

SportBukkit image contains the raw minecraft server. The image can be found here ewized/sportbukkit.

docker run -it -p 25565:25565 ewized/sportbukkit

PGM

PGM image contains the basic PGM minecraft server. The image can be found here ewized/pgm.

docker run -it -p 25565:25565 --restart always -v worlds:/minecraft/worlds ewized/pgm

Releases

No releases published

Packages

No packages published