1 repositorio
High-performance mirroring of files between a host and a container to replace bind mounts.
Distinct from Docker Container Orchestrators: None of the candidates cover the specific act of filesystem synchronization as a performance alternative to bind mounts.
Explore 1 awesome GitHub repository matching devops & infrastructure · Container Filesystem Synchronization. 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
Mirrors files between a local host and a running container to avoid the performance overhead of traditional bind mounts.