awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gliderlabs avatar

gliderlabs/docker-alpine

0
View on GitHub↗
5,703 stars·532 forks·Shell·BSD-2-Clause·13 viewsgliderlabs.viewdocs.io/docker-alpine↗

Docker Alpine

This repository provides a Docker base image built on Alpine Linux, designed to produce containers under 5 MB. It is a minimal Linux container image that uses the apk package manager for installing software from the Alpine Linux repository.

The image is constructed with a musl-based C library and a BusyBox-based userland, replacing GNU coreutils with a single compact binary. It structures the filesystem as a single root filesystem layer to minimize storage and transfer overhead, and is compatible with multi-stage Docker builds to keep final images lean.

The project covers building smaller and faster Docker images compared to traditional base images, and managing packages through Alpine's apk repository. The documentation and installation surface focuses on using this image as a starting point for containerized applications.

Features

  • Musl-Based Container Images - Provides the official Alpine Linux Docker base image, the canonical musl-based container foundation under 5 MB.
  • Minimal Base Images - Provides a Docker base image under 5 MB using Alpine Linux for efficient containers.
  • Alpine Package Managers - Ships Alpine's apk package manager for installing software from its repository.
  • Alpine Repository Installations - Installs software from Alpine's comprehensive package index using the apk command.
  • BusyBox Replacements - Replaces GNU coreutils with BusyBox to minimize image size.
  • Minimal Linux Containers - Provides a Docker image optimized for container workloads with reduced memory footprint.
  • Lightweight Base Images - Provides a Docker base image under 5 MB using Alpine Linux for efficient builds.
  • Minimal Base Images - Builds Docker containers under 5 MB using Alpine Linux for efficient deployments.
  • Image Size Reductions - Builds Docker images smaller and faster than traditional Ubuntu or Debian base images.
  • Container Image Optimizers - Reduces Docker image size and build time compared to traditional base images.
  • Alpine Package Additions - Manages software from Alpine's apk repository within Docker containers.
  • Alpine APK Managers - Ships Alpine's lightweight apk package manager for installing software from its repository.
  • Single-Layer Filesystems - Structures the Docker image as a single root filesystem layer to minimize storage and transfer overhead.
  • Alpine Linux Distributions - Provides the official Alpine Linux Docker base image for containerized applications.
  • Musl libc Targeting - Uses musl libc instead of glibc to produce smaller statically linked binaries.
  • Multi-Stage Container Builds - Designed to work seamlessly with Docker multi-stage builds for lean final images.
  • Image and Dockerfile Tools - Minimalist base image for lightweight containers.

Star history

Star history chart for gliderlabs/docker-alpineStar history chart for gliderlabs/docker-alpine

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Docker Alpine

These projects share indexed features with Docker Alpine. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • docker-library/docsdocker-library avatar

    docker-library/docs

    5,281View on GitHub↗

    This project serves as a documentation hub and specification repository for official Docker images. It functions as a metadata-driven documentation generator that transforms structured content files into markdown files and readmes for public distribution. The repository provides technical guides and configuration standards for deploying containerized software across multiple CPU architectures. It includes detailed manuals for configuring environment variables, volume mounts, and network settings to ensure consistent image deployments. The documentation covers a broad range of containerized e

    Shellhacktoberfest
    View on GitHub↗5,281
  • dotnet/dotnet-dockerdotnet avatar

    dotnet/dotnet-docker

    4,828View on GitHub↗

    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

    Dockerfile
    View on GitHub↗4,828
  • yeasy/docker_practiceyeasy avatar

    yeasy/docker_practice

    26,111View on GitHub↗

    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

    Gobookcloud-computingcontainer
    View on GitHub↗26,111
  • docker-slim/docker-slimdocker-slim avatar

    docker-slim/docker-slim

    23,311View on GitHub↗

    This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and their associated registries. It provides a set of utilities including an image minifier to reduce image size, a security profiler to harden running containers, an image analyzer for static inspection, and a registry manager for organizing multi-architecture indices. The toolset distinguishes itself through behavior-based optimization and security. It uses dynamic analysis to track executed instructions and file access to remove unused binary data, and records kernel interactions t

    Go
    View on GitHub↗23,311
Compare all 30 related projects→

Frequently asked questions

What does gliderlabs/docker-alpine do?

This repository provides a Docker base image built on Alpine Linux, designed to produce containers under 5 MB. It is a minimal Linux container image that uses the apk package manager for installing software from the Alpine Linux repository.

What are the main features of gliderlabs/docker-alpine?

The main features of gliderlabs/docker-alpine are: Musl-Based Container Images, Minimal Base Images, Alpine Package Managers, Alpine Repository Installations, BusyBox Replacements, Minimal Linux Containers, Lightweight Base Images, Image Size Reductions.

Which projects share features with gliderlabs/docker-alpine?

Projects with overlapping indexed features include: docker-library/docs — This project serves as a documentation hub and specification repository for official Docker images. It functions as a… dotnet/dotnet-docker — This project provides a collection of official base images for building and running .NET applications across various… yeasy/docker_practice — This project is a Docker educational resource and a collection of practical examples designed for learning… docker-slim/docker-slim — This project is a suite of specialized tools for linting, minifying, analyzing, and managing container images and… slimtoolkit/slim — Slim is a comprehensive suite for container lifecycle management, providing tools for image inspection, optimization,… googlecontainertools/distroless — Distroless provides a collection of security-hardened, minimal base container images designed to reduce attack…