6 个仓库
Instruction on establishing container bridge networks and persistent storage volumes.
Distinct from Container Storage Persistence: Distinct from Container Storage Persistence: combines both networking and storage configuration into a unified instructional topic.
Explore 6 awesome GitHub repositories matching devops & infrastructure · Container Network and Volume Configuration. Refine with filters or upvote what's useful.
This project is a Docker educational resource and a collection of practical examples designed for learning containerization technologies. It serves as a guide for understanding container fundamentals, including the creation and management of custom images and the use of registries. The repository provides specialized references for container security hardening, such as managing kernel privileges and implementing supply chain security. It also includes tutorials for multi-container orchestration and a DevOps guide focused on CI/CD automation and image optimization. The material covers a broad
Provides instructions for establishing container bridge networks and persistent storage volumes.
Buildah 是一个无守护进程的容器工具,用于构建和管理符合 OCI 标准的容器镜像。它作为一个命令行实用程序,无需后台进程或 root 权限即可创建和修改镜像。 该工具将 Dockerfile 指令转换为标准镜像,并允许通过提交运行中容器的状态来生成镜像。它支持从头开始或从基础镜像创建镜像,确保所有输出符合 Open Container Initiative(OCI)的可移植性规范。 除了镜像构建,它还提供本地镜像生命周期管理功能,包括标记、重命名以及在注册表之间移动镜像。它还通过将根文件系统挂载到主机目录以进行文件编辑和元数据配置,实现了对容器文件系统的直接操作。
Provides utilities for updating and inspecting internal settings and configuration details of container images.
This project is an interactive programming curriculum and educational system designed to teach computer science and software engineering. It provides a structured set of courses and professional roadmaps focused on backend engineering, DevOps, and systems fundamentals. The platform is distinguished by an AI-powered coding tutor that provides Socratic guidance and contextual hints to help students find solutions independently. It features a browser-based code sandbox using WebAssembly to eliminate local environment setup, alongside automated test-based grading and spaced-repetition logic to re
Covers establishing bridge networks to connect containers and creating volumes to persist data.
Dry is a container lifecycle manager and cluster orchestrator designed to control groups of containers, services, and stacks across multiple nodes. It functions as a resource manager for inspecting and cleaning up images, persistent volumes, and network configurations, while providing a terminal-based dashboard for monitoring system events and resource usage. The project enables the coordination of distributed workloads through service-stack grouping and cluster orchestration. It provides a centralized control plane to synchronize the deployment and scaling of complex application architecture
Handles the creation and management of isolated virtual network layers and persistent storage volumes for container connectivity.
This project is a declarative container orchestration standard and a vendor-neutral application model. It provides a portable configuration format for describing multi-container applications, including their services and dependencies, to enable consistent deployments across different environments. The specification focuses on cloud-agnostic deployment, allowing application definitions to be translated into platform-specific resources for various container orchestrators and cloud provider APIs, including Kubernetes. It facilitates portability from local development to production by separating
Declares inter-service communication networks and persistent storage volumes as first-class YAML constructs.
docker-autocompose is a tool that converts running Docker containers into YAML configuration files for reproduction and deployment. It functions as a container configuration exporter and YAML orchestration utility, harvesting runtime variables, volume mounts, and port mappings from active containers. The project enables the generation of Docker Compose definitions by merging multiple container identifiers into single unified configuration files. This process allows for the recovery of undocumented container setups and the migration of manual deployments into version-controlled infrastructure
Harvests runtime variables, volume mounts, and port mappings from existing containers to create configuration files.