SaaSHub helps you find the best software and product alternatives Learn more β
Top 23 Docker Open-Source Projects
-
Project mention: Netdata: 20% discount on all annual plans Promo code BF20241Y | news.ycombinator.com | 2024-12-04
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Docker has a known security issue with port exposure in that it punches holes through the firewall without asking your permission, see https://github.com/moby/moby/issues/4737
I usually expose ports like `127.0.0.1:1234:1234` instead of `1234:1234`. As far as I understand, it still punches holes this way but to access the container, the attacker would need to get a packet routed to the host with a spoofed IP SRC set to `127.0.0.1`. All other solutions that are better seem to be much more involved.
-
devops-exercises
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
-
-
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Hey Dev.to community! π Iβm Ayokunle, a full-stack developer passionate about low-code automation and AI-powered workflows. Recently, Iβve been exploring n8n, an incredible open-source automation tool, and decided to self-host it on Render with PostgreSQL for data persistence. In this tutorial, Iβll walk you through the entire process, step by step.
-
Sidecar containers: Google Cloud Run has a cool feature where you can run multiple containers next to each other. So for example, if you want to run Caddy or Traefik as a reverse proxy for your ingress container and then have both your web frontend container & backend api container co-located in the same service, you can do that & have everything be super low latency.
-
Docker-OSX
Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.
Project mention: Instant macOS install on Proxmox including AMD patches | news.ycombinator.com | 2024-12-11 -
Project mention: Show HN: Docker-phobia: Analyze Docker image size with a treemap | news.ycombinator.com | 2024-04-28
Cool, gonna try this soon. Would be great to use in combination with Dive (https://github.com/wagoodman/dive)
-
Stirling-PDF
#1 Locally hosted web application that allows you to perform various operations on PDF files
Project mention: A free, unlimited online PDF converter with Privacy focus | news.ycombinator.com | 2025-01-03Congrats on the launch, it is interesting. Do you have plans for open source the project?
I'm a happy user of Stirling-PDF [1] which provides all my PDF needs. I do host it in my network and not accessible from internet for better privacy.
[1] https://github.com/Stirling-Tools/Stirling-PDF
-
> A unique user ID that doesnβt change over time.
This is already in the spec for OpenID Connect: https://openid.net/specs/openid-connect-core-1_0.html#Subjec...
And it's already recommended to rely on it and not the email to prevent issues such as: https://github.com/mastodon/mastodon/security/advisories/GHS...
-
Project mention: How to Build a AI Chat App Using React, Tailwind and Framer motion | dev.to | 2024-11-18
π Tools Weβll Use: ReactJS: https://react.dev/ TailwindCSS: https://tailwindcss.com/ Appwrite: https://appwrite.io/ Gemini: https://ai.google.dev/ Framer motion: https://motion.dev/
-
Project mention: Gestionar mΓΊltiples configuraciones de servicios de control de versiones (Cualquier S.O) - Sin conflictos | dev.to | 2025-01-06
-
awesome-cheatsheets
π©βπ»π¨βπ» Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Awesome Cheat Sheets
-
-
-
quivr
Opiniated RAG for integrating GenAI in your apps π§ Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.
-
Project mention: The definitive guide to using Django with SQLite in production π‘ | dev.to | 2025-01-18
I have been running Django sites in production under heavy load for over 10 years at my day job. We started with a MySQL database backend but, after running into a few issues, switched to PostgreSQL which has been rock-solid. I tend to use the same stack for side projects. Especially because, initially, most of my projects were hosted on Heroku and they had stellar support for PostgreSQL. Now, having bounced from Heroku to Render to Fly.io to Digital Ocean (with CapRover) to Hetzner (with Coolify), I am re-evaluating my default choice of database.
-
memos
An open-source, lightweight note-taking solution. The pain-less way to create your meaningful notes. Your Notes, Your Way.
Project mention: Memos: Open-source, lightweight note-taking solution | news.ycombinator.com | 2025-01-15 -
Project mention: Short: User Data file for Ubuntu based AWS ec2 instance with docker and docker compose. | dev.to | 2024-12-23
#!/bin/bash # Update the system sudo apt-get update -y sudo apt-get upgrade -y # Install Git sudo apt-get install -y git # Install Docker sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update -y sudo apt-get install -y docker-ce docker-ce-cli containerd.io # Add the 'ubuntu' and 'ssm-user' to the Docker group sudo usermod -aG docker ubuntu sudo usermod -aG docker ssm-user id ubuntu ssm-user sudo newgrp docker # Enable and start Docker sudo systemctl enable docker.service sudo systemctl start docker.service # Install Docker Compose v2 sudo mkdir -p /usr/local/lib/docker/cli-plugins sudo curl -SL https://github.com/docker/compose/releases/download/v2.23.3/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose sudo chmod +x /usr/local/lib/docker/cli-plugins/docker-compose # Add swap space sudo dd if=/dev/zero of=/swapfile bs=128M count=32 sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile echo "/swapfile swap swap defaults 0 0" | sudo tee -a /etc/fstab
-
ToolJet
Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. π
Project mention: Show HN: ToolJet 3.0 β open-source internal tool and workflow builder | news.ycombinator.com | 2024-11-13 -
harness
Harness Open Source is an end-to-end developer platform with Source Control Management, CI/CD Pipelines, Hosted Developer Environments, and Artifact Registries. (by harness)
Project mention: Harness Open Source: All-in-One Software Delivery Platform for Developers | news.ycombinator.com | 2024-09-25 -
plane
π₯ π₯ π₯ Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
Project mention: Our Story of Building an Open-Core PM tool: Growing from 2 to 30 People, 30K+ GitHub Stars, to 500K+ Docker pulls | dev.to | 2024-12-18Like our work? Give us a star. https://github.com/makeplane/plane
-
Project mention: How to Set Up Microsoft Office on Linux Mint 21.3: A Comprehensive Guide | dev.to | 2024-07-21
Use the default configurations, credentials, disk space, RAM, etc., provided in the compose.yaml file from the dockur/windows repo.
Docker discussion
Docker related posts
-
Kubernetes Tutorial - Part 1: Learn and Master Kubectl, Pods, Deployments, Network, Service
-
Hosting Your Next.js App with Docker: A Multi-Stage Approach
-
Whoogle Search no longer available after recent Google JavaScript requirement
-
Woodpecker CI v3.0.0 Release
-
Whoogle β open-source, self-hosted, ad-free, privacy-aware metasearch engine
-
Software Bill of Materials (SBOM) for your Spin Apps
-
PostgreSQL Anonymizer
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jan 2025
Index
What are some of the best open-source Docker projects? This list will help you:
# | Project | Stars |
---|---|---|
1 | Netdata | 72,949 |
2 | Moby | 69,009 |
3 | devops-exercises | 67,413 |
4 | uptime-kuma | 62,482 |
5 | n8n | 55,173 |
6 | traefik | 52,753 |
7 | Docker-OSX | 49,317 |
8 | dive | 49,020 |
9 | Stirling-PDF | 48,848 |
10 | Mastodon | 47,505 |
11 | Appwrite | 46,429 |
12 | Gogs | 45,336 |
13 | awesome-cheatsheets | 41,124 |
14 | vaultwarden | 40,822 |
15 | Kong | 39,749 |
16 | quivr | 37,103 |
17 | coolify | 36,350 |
18 | memos | 35,910 |
19 | Docker Compose | 34,464 |
20 | ToolJet | 33,668 |
21 | harness | 32,375 |
22 | plane | 31,829 |
23 | windows | 32,002 |