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
This project is a collection of Linux server automation scripts designed to automate the installation and configuration of core server software. It provides specialized tools for deploying proxy servers, configuring DNS servers, managing container infrastructure, and optimizing the Linux kernel. The automation suite distinguishes itself by integrating geo-restriction bypass capabilities via proxy protocols and implementing advanced network tuning, such as enabling BBR congestion control to improve throughput and latency. It also features distribution-aware automation that detects CPU architec
This project provides a collection of official base images for building and running .NET applications across various operating systems and hardware architectures. It includes standardized runtime environments, containerized development kits, and specialized images designed for isolated application execution. The collection is distinguished by its focus on image optimization and security hardening. It offers distroless images that remove shells and package managers to reduce the attack surface, as well as composite layering and ahead-of-time compilation to improve startup performance and lower
This project provides a server-side language runtime and a standardized Docker image for deploying applications across different operating systems. It functions as an execution environment for generating dynamic HTML, JSON, and XML content, while also serving as a command line interface for automation scripts and background jobs. The runtime is designed for extensibility through a C-based extension architecture, allowing the loading of custom modules for specialized functionality. It supports multiple server application interfaces, including a FastCGI web interface for high-performance commun
This project provides official container images for the Node.js runtime and its package managers. It serves as a containerized JavaScript runtime that bundles the engine and dependencies to ensure consistent application execution across different CPU architectures and operating systems.
The main features of nodejs/docker-node are: Container Image Packaging, Runtime Containerization, Runtime Footprint Reducers, System Configuration Variants, Base Images, Containerized Application Deployments, Node.js Runtimes, Architecture-Aware Binary Fetching.
Open-source alternatives to nodejs/docker-node include: yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning… jinwyp/one_click_script — This project is a collection of Linux server automation scripts designed to automate the installation and… dotnet/dotnet-docker — This project provides a collection of official base images for building and running .NET applications across various… docker-library/php — This project provides a server-side language runtime and a standardized Docker image for deploying applications across… collabnix/dockerlabs — dockerlabs is a collection of educational labs and technical tutorials designed to teach the fundamentals of… tiangolo/uvicorn-gunicorn-fastapi-docker — This project is a production-ready Docker deployment template for FastAPI applications. It provides a standardized…