Skip to content

Instantly share code, notes, and snippets.

@collabnix
Created September 4, 2020 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collabnix/2a61843849fd2109b44061f8049e85b3 to your computer and use it in GitHub Desktop.
Save collabnix/2a61843849fd2109b44061f8049e85b3 to your computer and use it in GitHub Desktop.
2 Minutes to Minecraft Server using Docker
docker run -d -p 25565:25565 -e EULA=true -e ONLINE_MODE=false -e DIFFICULTY=hard -e OPS=Gurvira3 -e MAX_PLAYERS=50 -e 'MOTD=Welcome to Gurvira World' --name mc itzg/minecraft-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment