Skip to content

Instantly share code, notes, and snippets.

@sugoidogo
Last active October 26, 2025 16:01
Show Gist options
  • Select an option

  • Save sugoidogo/aba3b3b552003935f6080155bc5b8fef to your computer and use it in GitHub Desktop.

Select an option

Save sugoidogo/aba3b3b552003935f6080155bc5b8fef to your computer and use it in GitHub Desktop.
use docker to test a packwiz pack for successful server startup before pushing updates
docker run -it --rm -v ./:/pack -e "PACKWIZ_URL=/pack/pack.toml" -e EULA=TRUE -e MAX_MEMORY=8G -e TYPE=<<CHANGEME>> -e VERSION=<<CHANGEME>> itzg/minecraft-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment