Volumes for Docker
The complete data management platform for Docker. Block-level protection, cross-host recovery, and compliance reporting — backed by S3, on any Linux host.
Docker hosts running stateful workloads have no practical disaster recovery. A single disk failure, accidental deletion, or ransomware event means total data loss.
V4D automates the entire protection pipeline — from volume discovery to point-in-time recovery.
Automatic discovery, tracking, and management of every Docker volume across your fleet.
Set individual RPO targets per application. V4D ensures each volume meets its protection SLA.
Recover any application to any point in time. Cross-host, cross-backend, with full data integrity.
Compliance-ready PDF reports and real-time dashboard for protection status, RPO adherence, and fleet health.
Browse your journal, pick a target time, and let V4D handle the rest.
$ v4d apps
NAME STATUS RPO LAST PROTECTED SKEW
postgres-db healthy 5m 2 min ago 0s
redis-cache healthy 5m 3 min ago 12s
$ v4d recover --app postgres-db --target prod-host-02
Recovering postgres-db to prod-host-02...
✓ Snapshot located (2 min old)
✓ Volume restored from S3
✓ Container started on prod-host-02
Recovery complete in 47 seconds.All editions use S3-compatible storage — you pay only your cloud storage bill. No per-GB licensing fees.
Excited to try V4D? Join our Discord community to get early access, share feedback, ask questions, and connect with other users and the development team.
Join our DiscordOne binary. One config file. One systemd service. Install to working DR in under 30 minutes.
# Install the V4D agent
$ curl -fsSL https://get.v4d.sh | sudo bash
# Register with the V4D Portal
$ v4d register --token <your-registration-token>
# Start protecting your volumes
$ v4d protect --all --rpo 5m