Skip to content

wizardintraining/docker-minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-minecraft

Example:

podman build ./ -t dbkmc:latest

cd ${MODS_FOLDER}/${MOD_PACK}
ln -s forge-*-universal.jar forge.jar

podman run --name modpack-test -td \
-p 25566:25565 -e LOAD_MODPACK="true" \
-e JAR_NAME="forge" \
-e ACCEPT_EULA="true" \
-e XMX_SIZE="16000" -e XMS_SIZE="16000" \
-v "${PWD}":/mod_source/:ro,Z \
dbkmc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published