3 repositorios
Procedures for installing and configuring container runtimes and engines across different platforms.
Distinct from Installation Configuration: Candidates focus on OS boot installers or general software config, not the specific installation of a container engine.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Container Engine Installations. Refine with filters or upvote what's useful.
dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of containerization and microservice architecture. It provides instructional material and hands-on exercises covering image optimization, security training, infrastructure setup, and cluster orchestration. The project features specific courses and guides focused on reducing image size through multi-stage builds, securing workloads via vulnerability scanning and encrypted networks, and deploying multi-node clusters with high availability using Swarm orchestration. The materials cover a br
Provides guides for installing and configuring container engines across different platforms.
LinuxMirrors is a collection of shell-based automation tools designed for managing Linux package mirrors, automating Docker engine deployment, and performing non-interactive system updates. It provides a package mirror configurator to update system repositories to regional mirrors across multiple distributions and an installation automator for the Docker engine and its associated software sources. The project distinguishes itself through a dual-mode execution model, offering both interactive menu-driven interfaces for manual setup and non-interactive flag-based execution for integration into
Automates the installation and configuration of the Docker container engine across different platforms.
Este proyecto es una guía de configuración técnica para instalar y configurar Docker dentro de un entorno de Windows Subsystem for Linux 2. Sirve como un tutorial para crear un espacio de trabajo Linux virtualizado en Windows para construir y ejecutar software con rendimiento nativo. La guía se centra en la integración de motores de contenedores para el despliegue de aplicaciones aisladas y el establecimiento de un flujo de trabajo multiplataforma. Proporciona instrucciones para vincular editores de código externos al subsistema, ejecutar aplicaciones gráficas de Linux en el host y ejecutar binarios del host dentro de la terminal de Linux. Cubre la gestión de recursos de virtualización, incluyendo el ajuste de asignaciones de CPU y RAM y la expansión o compactación del espacio de disco virtual. Además, detalla métodos para automatizar servicios del sistema y utilizar instantáneas de entorno para exportar, importar y preservar estados de desarrollo.
Provides detailed procedures for installing and configuring the Docker container engine within a WSL2 environment.