awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesBind Mounts

Mapping host directories to container paths for real-time synchronization of source code.

Distinguishing note: No candidate covers the specific mechanism of host-to-container volume mapping for real-time code updates.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Bind Mounts. Refine with filters or upvote what's useful.

Awesome Bind Mounts GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • laradock/laradockAvatar de laradock

    laradock/laradock

    12,659Voir sur GitHub↗

    Laradock is a collection of pre-configured Docker containers and orchestration definitions used to deploy multi-service development sandboxes. It functions as a PHP runtime manager and a Docker-based development environment, providing a set of modular service definitions for deploying web servers, databases, and caches through a single orchestration file. The project enables the creation of a local ecosystem featuring Nginx, MySQL, Redis, and Elasticsearch to mirror production infrastructure. It allows for switching between different versions of PHP and associated extensions, as well as manag

    Syncs local project directories to container paths to allow real-time code updates without rebuilding images.

    Dockerfiledockerdocker-composedocker-compose-template
    Voir sur GitHub↗12,659
  • mutagen-io/mutagenAvatar de mutagen-io

    mutagen-io/mutagen

    3,883Voir sur GitHub↗

    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.

    Go
    Voir sur GitHub↗3,883
  • checkpoint-restore/criuAvatar de checkpoint-restore

    checkpoint-restore/criu

    3,697Voir sur GitHub↗

    CRIU is a Linux process checkpointing tool and state manager used to freeze running applications and save their memory and state to disk for later restoration. It functions as a container migration engine and an OCI checkpoint image converter, allowing the live state of running containers to be transferred between different hosts. The project distinguishes itself through its ability to persist network connectivity, acting as a TCP connection state persister that saves and reconstructs network socket states to maintain active communication after a restart. It further enables the distribution o

    Resolves mount namespace dependencies by specifying external bind mounts required to dump and restore a container.

    Cblcrcheckpointcontainer
    Voir sur GitHub↗3,697
  • theporgs/exegolAvatar de ThePorgs

    ThePorgs/Exegol

    2,925Voir sur GitHub↗

    Exegol is an offensive security platform and containerized tooling orchestrator designed to deploy and manage isolated security operations environments. It functions as a workspace manager that provisions pre-configured security images and toolkits within Docker containers to protect host systems from malicious payloads. The platform distinguishes itself by integrating AI security workflow orchestration, allowing AI assistants to discover and trigger security tools through a standardized communication protocol. It further provides remote desktop gateway capabilities, enabling GUI access via X

    Uses bind mounts to share host directories with containers, ensuring data persistence across ephemeral environments.

    Pythonctfdockerhacking
    Voir sur GitHub↗2,925
  1. Home
  2. DevOps & Infrastructure
  3. Bind Mounts

Explorer les sous-tags

  • Bind Mount OptimizersTechniques 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.
  • Mount Namespace Dependency ResolutionTools for resolving and specifying the bind mounts required to restore a process within its original mount namespace. **Distinct from Bind Mounts:** Specifically handles the dependencies required to restore a container's namespace, rather than just mapping directories.