3 dépôts
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.
Ce projet est un guide de configuration technique pour installer et configurer Docker au sein d'un environnement Windows Subsystem for Linux 2. Il sert de visite guidée pour créer un espace de travail Linux virtualisé sur Windows afin de construire et d'exécuter des logiciels avec des performances natives. Le guide se concentre sur l'intégration de moteurs de conteneurs pour le déploiement d'applications isolées et l'établissement d'un workflow multiplateforme. Il fournit des instructions pour lier des éditeurs de code externes au sous-système, exécuter des applications Linux graphiques sur l'hôte et exécuter des binaires hôtes au sein du terminal Linux. Il couvre la gestion des ressources de virtualisation, notamment le réglage des allocations CPU et RAM et l'extension ou la compaction de l'espace disque virtuel. De plus, il détaille des méthodes pour automatiser les services système et utiliser des instantanés d'environnement pour exporter, importer et préserver les états de développement.
Provides detailed procedures for installing and configuring the Docker container engine within a WSL2 environment.