1 Repo
Techniques to replace slow host-to-container bind mounts with high-performance synchronized caches.
Distinct from Bind Mounts: Distinct from Bind Mounts: specifically provides an optimization layer to bypass the performance overhead of standard bind mounts.
Explore 1 awesome GitHub repository matching devops & infrastructure · Bind Mount Optimizers. Refine with filters or upvote what's useful.
Mutagen is a cross-platform file synchronization engine and development environment orchestrator. It provides real-time bidirectional file synchronization between local machines, remote servers, and Docker containers, often utilizing SSH for transport. The tool functions as a high-performance alternative to Docker bind mounts by mirroring files between a local host and a running container. It also operates as a network port forwarding utility, routing TCP traffic and Unix domain sockets between local and remote environments via SSH. Its capability surface includes filesystem event monitoring
Creates synchronized caches of host files inside virtual machines to replace slow bind mounts.