6 Repos
Attaches debuggers to applications executing within an isolated container environment.
Distinct from Container Runtime Debugging: Focuses on high-level application debugging (breakpoints, stepping) rather than low-level runtime binary injection.
Explore 6 awesome GitHub repositories matching devops & infrastructure · Containerized Application Debugging. Refine with filters or upvote what's useful.
This repository contains the comprehensive documentation for a code editor focused on AI-assisted software development and remote development workflows. It covers the implementation of AI agents and language models used for autonomous code generation, large-scale refactoring, and task iteration. The project is distinguished by its deep integration of autonomous AI agents capable of web navigation, application logic validation, and orchestrating multi-step development processes. It provides specialized frameworks for tailoring AI behavior through custom instructions, model context protocols, a
Runs and attaches a debugger to applications executing inside the container environment for real-time state inspection.
Dieses Projekt bietet eine Sammlung von Implementierungskits, Anleitungen und Quellcode, die darauf ausgelegt sind, die Entwicklung containerisierter Anwendungen und das Clustermanagement zu lehren. Es dient als Lernpfad für das Verpacken von Anwendungen mit Docker und das Orchestrieren von Workloads innerhalb von Kubernetes. Das Repository enthält praktische Anleitungen für den Aufbau automatisierter Delivery-Pipelines unter Verwendung containerisierter Runner und Build-Agents. Es bietet zudem eine Reihe von Leitfäden für die Implementierung von Cloud-Native-Observability, das Deployment von Service Meshes und die Verwaltung von Kubernetes-Clusterkonfigurationen. Das Material deckt ein breites Spektrum an DevOps-Funktionen ab, einschließlich CI/CD-Pipeline-Automatisierung, Netzwerk-Traffic-Routing und der Bereitstellung von persistentem Speicher. Zudem adressiert es Infrastrukturthemen wie rollenbasierte Zugriffskontrolle, SSL-Zertifikatsbereitstellung sowie die Erfassung von Systemleistungsmetriken und Logs.
Provides guides for attaching debuggers to applications executing within isolated container environments.
LoopBack Next is a Node.js API framework used for building REST and multi-protocol APIs. It functions as an OpenAPI server implementation that can either generate machine-readable specifications from code or produce implementation controllers and models from existing specifications. The framework distinguishes itself through a central dependency injection container and a repository-pattern data access layer. This architecture decouples application logic from component construction and persistent storage, allowing for a pluggable system where data sources and business logic are isolated throug
Attaches a debugger to containerized processes to enable breakpoint-based troubleshooting in an editor.
Devilbox ist eine containerisierte Entwicklungsumgebung, die eine reproduzierbare Suite von Webservern, Datenbanken und Sprach-Runtimes bereitstellt, die über eine einheitliche Konfiguration verwaltet werden. Es fungiert als Docker-basierter lokaler Entwicklungs-Stack für LAMP- und MEAN-Stacks sowie als Manager für den Wechsel zwischen verschiedenen Versionen dieser Dienste, um spezifische Projektanforderungen zu erfüllen. Das System zeichnet sich durch die Automatisierung der lokalen Netzwerk-Orchestrierung aus. Es enthält einen Docker-basierten Virtual-Host-Manager, der lokale Verzeichnisse automatisch auf benutzerdefinierte Domains abbildet, sowie einen lokalen DNS- und SSL-Orchestrator, der die interne Domainauflösung übernimmt und vertrauenswürdige Zertifikate für die HTTPS-Entwicklung generiert. Das Projekt deckt ein breites Spektrum an Funktionen ab, einschließlich Datenbank- und Dienstverwaltung über Weboberflächen, Sprach-Runtime-Versioning und Multi-Projekt-Hosting. Es bietet zudem Tools zum Abfangen ausgehender E-Mails, zur Überwachung des Dienststatus über ein Dashboard und zur Ausführung von Entwicklungstoolchains direkt innerhalb von Containern.
Allows step-through code analysis by attaching debuggers to applications executing within isolated containers.
Lando is a Docker development environment manager and local development orchestrator used to create isolated application stacks. It functions as a web development stack provisioner that coordinates web servers, databases, and runtimes to ensure consistent environment parity across different operating systems. The project distinguishes itself through recipe-based environment bootstrapping for common stacks such as LAMP, LEMP, and MEAN, as well as dedicated provisioning for CMS platforms like WordPress, Drupal, and Joomla. It further differentiates its capabilities by acting as a remote hosting
Integrates Xdebug to enable step-through debugging for PHP applications running within containers.
This project provides a containerized development environment designed to standardize web server stacks, including Apache, MySQL, and PHP. It orchestrates these services into a consistent, portable setup that ensures reliable behavior across different machines and team members. The environment distinguishes itself by integrating production-grade security and traffic management tools directly into the local workflow. It automates the generation and application of SSL and TLS certificates to enable encrypted connections for local domains, while utilizing a reverse proxy to route traffic and sim
Supports connecting remote debuggers to running containers to inspect application state.