Sign inSign up

ponsfrilus/docker-bukkit

By ponsfrilus

Updated over 9 years ago

Bukkit, a moddable Minecraft server. On Docker. Neat, huh?

Image
0

566

ponsfrilus/docker-bukkit repository overview

Docker Bukkit

Forked from https://github.com/bbriggs/docker-bukkit

A Bukkit/Spigot server on docker

Bukkit, a moddable Minecraft server. On Docker. Neat, huh?

Running the server

To start the server and accept the EULA in one fell swoop, just pass the EULA=true environment variable to Docker when running the container. I recommend mounting a directory from your host onto /data in the container to make map and server data persistent.

Example: docker run -it -v /data:/data -p 25565:25565 -e EULA=true --name mc_server ponsfrilus/docker-bukkit

Tag summary

Content type

Image

Digest

Size

549.5 MB

Last updated

over 9 years ago

docker pull ponsfrilus/docker-bukkit