minecraft-server docker image
1.0K
Visit Docker Hub
docker pull eendroroy/minecraft-server:latest
docker run --name some-minecraft-server -v ${pwd}/world:/minecraft/world -d eendroroy/minecraft-server:latest
Use 0.0.0.0:25565 as minecraft server address
You can also use a docker-compose.yml file. see docker-compose.yml for example.
Bug reports and pull requests are welcome on GitHub at minecraft-server-docker repository. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
This project is licensed under the MIT License - see the LICENSE file for details
Content type
Image
Digest
Size
40.1 MB
Last updated
about 8 years ago
docker pull eendroroy/minecraft-server