awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesLive Container Syncing

Directly synchronizing modified source files into running containers to bypass full rebuilds.

Distinct from In-Container Tooling: Existing candidates focus on data mutation or internal container tools, not the specific developer workflow of live-syncing code into containers.

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

Awesome Live Container Syncing GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tilt-dev/tiltAvatar tilt-dev

    tilt-dev/tilt

    9,886Vezi pe GitHub↗

    Tilt is a Kubernetes development orchestrator and containerized workflow manager that automates the build, deploy, and update loop for cloud-native services. It functions as an infrastructure-as-code environment, defining the entire local development setup as versioned code to synchronize local source changes with cluster deployments. The project distinguishes itself by offering live container updates, which sync files directly into running containers to bypass full image rebuilds and redeployments. It includes a cloud-native development dashboard for monitoring resource health, streaming agg

    Bypasses full image rebuilds by copying modified files directly into running containers and restarting the application process.

    Godevelopment-environmentkubernetes
    Vezi pe GitHub↗9,886
  • pythonstock/stockAvatar pythonstock

    pythonstock/stock

    7,780Vezi pe GitHub↗

    This project is a Python-based stock market tracker and financial data dashboard designed to fetch and visualize real-time and historical market data. It functions as a containerized financial application and analysis tool for monitoring price trends and calculating financial indicators. The system includes a metadata-driven reporting engine that transforms database tables into interactive web reports without manual page development. It further extends its analysis capabilities by embedding third-party financial interfaces and indicator calculators directly into the user interface via frames.

    Synchronizes modified source files into running containers to bypass full rebuilds during development.

    Python
    Vezi pe GitHub↗7,780
  • prakhar1989/docker-curriculumAvatar prakhar1989

    prakhar1989/docker-curriculum

    6,058Vezi pe GitHub↗

    This is a step-by-step tutorial that teaches Docker from the ground up, covering how to build images from Dockerfiles, run and manage containers, and connect them on user-defined networks. The guide walks through packaging applications into portable containers and using Docker Compose to define and orchestrate multi-service applications with a single YAML configuration. The curriculum extends into cloud deployment, explaining how to push images to registries like Docker Hub and deploy single-container applications to AWS Elastic Beanstalk as well as multi-container setups to AWS ECS. It also

    Teaches mounting local code into containers for instant feedback without rebuilding images.

    SCSS
    Vezi pe GitHub↗6,058
  • mutagen-io/mutagenAvatar mutagen-io

    mutagen-io/mutagen

    3,883Vezi pe 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

    Synchronizes files between a local machine and a running container as a high-performance alternative to bind mounts.

    Go
    Vezi pe GitHub↗3,883
  1. Home
  2. DevOps & Infrastructure
  3. Live Container Syncing