Example:
## Create a new data volume container for /pocketmine
docker run --name pocketmine_data -v /pocketmine busybox /bin/sh
## Grab latest image, mount data volume, and publish minecraft pe server ports
docker pull akursar/pocketmine
docker run -d -p 19132:19132 -p 19132:19132/udp --volumes-from pocketmine_data akursar/pocketmine
Content type
Image
Digest
sha256:62a57d1a1…
Size
100.3 MB
Last updated
almost 11 years ago
docker pull akursar/pocketmine