The following starts a Minecraft server running the latest version and exposing the default port:
docker run -d -p 25565:25565 diodonfrost/minecraft-server:latest
Where to file issues: For issues with minecraft-server Docker Image: https://github.com/diodonfrost/docker-pi/issues
Supported architectures: (more info) amd64, armv7, arm64v8
If persistence is enabled, data is stored in the VOLUME /data, which can be used with --volumes-from some-volume-container or -v /docker/host/dir:/data (see docs.docker volumes).
docker run -d -v /data:/data -p 25565:25565 diodonfrost/minecraft-server
| Key | Default | Description |
|---|---|---|
| MC_MEMORY | 2G | memory allocated to the server |
Content type
Image
Digest
sha256:e237e27ff…
Size
164.7 MB
Last updated
about 3 years ago
docker pull diodonfrost/minecraft-server