Dockerfile Containers

Open-source Dockerfile projects categorized as Containers

Top 20 Dockerfile Container Projects

  1. dockerfiles

    Various Dockerfiles I use on the desktop and on servers.

    Project mention: MQTT turns 25 (and has taken over the world) | news.ycombinator.com | 2024-10-22

    I remember reading about it on Jessie Frazelle's blog [1] almost ten years back. I don't think I'd discovered HN so it must have been via Hackaday or similar. I fantasized about how amazing it must be to not have to worry about the myriad issues that came with manually maintaining different deployment environments and dependencies. Unfortunately at the time I was stuck in a professional microcosm that ran on Microsoft products and _maybe_ RHEL under severe duress (with a serious aversion to `audit2allow` and liberal application of `setenforce 0` to boot). Things have been considerably smoother since I've been able to use Docker and containerd via k8s on a full-time basis.

    [1] https://blog.jessfraz.com/post/docker-containers-on-the-desk...

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. dockerfile

    Dockerfile best-practices for writing production-worthy Docker images.

  4. vscode-remote-release

    Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.

    Project mention: How to make your development workflow more effective with Claude | dev.to | 2025-04-09

    The container creates a Docker volume named after your project directory (like your-project-name-volume) and mounts it at /workspaces/your-project-name/volume/ inside the container. This approach ensures your development files persist across container restarts and rebuilds. Why use a Docker volume instead of a simple host directory mount? It makes a huge difference for file watching functionality, which you'll definitely appreciate when you want features like auto-recompiling to work properly.

  5. compose-spec

    The Compose specification

    Project mention: DatAasee - A Metadata-Lake | dev.to | 2025-05-06

    Internally, DatAasee is realized as a three tier software architecture, where each tier is encapsulated in its own container. The inner data-tier is a multi-model NoSQL database ArcadeDB. The middle logic-tier is an (HTTP-JSON-REST) API-server and semantic-layer around the database realized via Connect (aka Benthos). The outer presentation-layer uses Lowdefy as a prototype frontend which exclusively uses the API. This multi-container application is deployed and orchestrated via Compose.

  6. docker-php-nginx

    Docker image with PHP-FPM 8.4 & Nginx 1.26 on Alpine Linux

  7. alnoda-workspaces

    :fireworks: Flexible and extendable containerized workspaces. Now. with free offline chat GPT!!! 🚀🚀🚀

  8. awesome-cloud-run

    👓 ⏩ A curated list of resources about all things Cloud Run

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. docker-ansible

    Ansible inside Docker containers: Alpine, Ubuntu, Rocky & Debian with Ansible 2.18, 2.17, 2.16, 2.15, 2.14, 2.13 + Mitogen (by willhallonline)

  11. ubuntu-vnc-xfce-g3

    Headless Ubuntu/Xfce containers with VNC/noVNC (G3v8).

  12. dockerfiles

    Dockerfiles of things (by jauderho)

  13. Docker-Guide

    Docker Guide (by mikeroyal)

  14. vscode-in-docker

    Run VSCode inside of a Docker Container

  15. symfony-sail

    An easy to use Docker development and production environment for Symfony 4/5/6 projects, zero-config and fully customizable.

  16. bfbc2-server

    BFBC2 Dedicated (LAN) Server Container-Image

  17. miniDevOps

    A DevOps Toolkit

  18. dockerfiles

    Ubuntu 22.04 Docker Images for Server and Desktop. (by andrewmackrodt)

  19. dockerhub-mirror

    Dockerhub Mirror on GHCR powered by Github Actions and Crane

  20. tool_dockerfiles

    An open collection of development tool Dockerfiles, specifically tailored for embedded software development.

    Project mention: Tool Containerization Best Practices For Embedded Software Development | dev.to | 2024-09-24

    The approach of creating dedicated containers not only simplifies the management of development environments but also encourages the reuse of tool images. At axem, our team is dedicated to developing tool images that can serve as fundamental building blocks for constructing new development environments. That's why we've made our repository of Dockerfiles open to the community. Open Tool Dockerfiles (OTD) is an open and collaborative repo for storing and sharing Dockerfiles, specifically tailored for embedded software development tools. Our mission is to create a community-driven repository where developers can freely contribute, access, and utilize containerized build systems, debuggers, toolchains and more. We welcome contributions from everyone, so feel free to add new Dockerfiles to the repository.

  21. container-images

    My builds of some container images (by sainnhe)

  22. jenkins-docker-nodejs

    Run Jenkins jobs that require Node.js in a container using a Docker cloud so you can dynamically allocate executors instead of having to provision new ones each time

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Dockerfile Containers discussion

Log in or Post with

Dockerfile Containers related posts

  • Troubleshooting Docker credsStore Auto-Configuration Issues in VS Code Dev Containers

    1 project | dev.to | 25 Dec 2024
  • MQTT turns 25 (and has taken over the world)

    5 projects | news.ycombinator.com | 22 Oct 2024
  • VS Code extensions are less secure than browser extensions or even NPM packages

    1 project | news.ycombinator.com | 19 Jun 2024
  • Alnoda-workspaces: Flexible and extendable containerized workspaces

    1 project | news.ycombinator.com | 1 Jun 2024
  • Need a VM for Java 11 and a specific Program - which distro to choose?

    1 project | /r/selfhosted | 9 Dec 2023
  • Code tunnel to local machine directly (without Azure)

    1 project | /r/vscode | 8 Dec 2023
  • Emacs code editor in browser. Link to the Dockerfile - https://github.com/bluxmit/alnoda-workspaces/tree/main/workspaces/emacs-workspace

    1 project | /r/emacs | 7 Dec 2023
  • A note from our sponsor - Stream
    getstream.io | 7 Jul 2025
    Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure. Learn more →

Index

What are some of the best open-source Container projects in Dockerfile? This list will help you:

# Project Stars
1 dockerfiles 13,872
2 dockerfile 4,078
3 vscode-remote-release 3,899
4 compose-spec 2,468
5 docker-php-nginx 1,451
6 alnoda-workspaces 1,345
7 awesome-cloud-run 855
8 docker-ansible 442
9 ubuntu-vnc-xfce-g3 266
10 dockerfiles 149
11 Docker-Guide 54
12 vscode-in-docker 44
13 symfony-sail 36
14 bfbc2-server 35
15 miniDevOps 28
16 dockerfiles 22
17 dockerhub-mirror 13
18 tool_dockerfiles 9
19 container-images 2
20 jenkins-docker-nodejs 0

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com