Docker Usage
Run Pebblify in a container with your data directories mounted.
Convert with Docker
docker run --rm \
-v /path/to/source:/data/source:ro \
-v /path/to/output:/data/output \
-v /path/to/tmp:/tmp \
dockermint/pebblify:latest \
level-to-pebble /data/source /data/output
Recover with Docker
docker run --rm \
-v /path/to/source:/data/source:ro \
-v /path/to/output:/data/output \
-v /path/to/tmp:/tmp \
dockermint/pebblify:latest \
recover
Build the Docker Image
make build-docker
Multi-architecture images are available for both amd64 and arm64 systems.
Next Steps
- Installation — Native installation methods
- Usage — Full command reference