Go Docker

Open-source Go projects categorized as Docker

Top 23 Go Docker Projects

  1. Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

    Project mention: Running FreeIPA on Ubuntu Using Podman | dev.to | 2026-05-16

    There were many attempts to fix this issue by changing cgroup isolation settings using flags like --cgroupns=host etc ,but nothing worked. Similar outcomes were also obtained by other attempts like these. https://github.com/moby/moby/issues/16238

  2. SaaSHub

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

    SaaSHub logo
  3. traefik

    The Cloud Native Application Proxy

    Project mention: EKS vs k3s on AWS for startups: cost, complexity, and when to choose each | dev.to | 2026-04-26

    k3s: You run the control plane on an EC2 instance. It starts in under a minute, ships with Traefik and a working storage class, and upgrades when you decide. Nothing AWS-specific unless you want it.

  4. memos

    Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

    Project mention: Announcing ObjeX | We Built Our Own S3 | dev.to | 2026-04-22

    ObjeX currently serves as the S3 backend for our Outline and Memos instances. Both use presigned URLs and server-side uploads through the standard AWS SDKs, no special configuration needed.

  5. dive

    A tool for exploring each layer in a docker image

    Project mention: Which package is bloating your Docker image? | dev.to | 2026-05-25

    dive (~54k⭐) lets you browse what's in it — file by file, interactively. It answers what is in a layer.

  6. Gogs

    The painless way to host your own Git service

    Project mention: GitLab Announces Workforce Reduction and End of Their Credit Values | news.ycombinator.com | 2026-05-11

    What would you suggest as an alternative? Gitlab really sucks in my personal opinion, but what are your experiences with:

    Gogs https://gogs.io/ (this IS gitea btw)

    Forgejo https://forgejo.org/

    Self hosted or cloud hosted. Also excluding Github because, please just fracking don't.

  7. Docker Compose

    Define and run multi-container applications with Docker

    Project mention: Red Hat takes on Docker Desktop with its enterprise Podman Desktop build | news.ycombinator.com | 2026-02-25

    What sort of compatibility issues were you encountering? (disclaimer: I'm on the Podman Desktop team)

    If it was compose + docker compatibility issues, that's on the roadmap for improvement :). Compose support is flakey at times (it's essentially a wrapper around the open source binary https://github.com/docker/compose)

  8. 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)

  9. trivy

    Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

    Project mention: trivy VS onequery - a user suggested alternative | libhunt.com/r/trivy | 2026-06-01
  10. glance

    A self-hosted dashboard that puts all your feeds in one place

    Project mention: Using the Internet Like it's 1999 | news.ycombinator.com | 2026-04-23
  11. CasaOS

    CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.

    Project mention: Stop Waiting for Gradle: Turn Your Old Laptop into an Android/Kotlin Build Sanctuary | dev.to | 2025-12-15

    Using CasaOS, I transformed that junk hardware into a local powerhouse.

  12. podman

    Podman: A tool for managing OCI containers and pods.

    Project mention: Docker vs Podman: Migrating Three Projects, Honestly | dev.to | 2026-05-19

    Docker runs a long-lived background daemon (dockerd), traditionally as root. Every CLI call talks to it over a socket. Podman doesn't. Each podman invocation is just a regular process you run as your own user.

  13. colima

    Container runtimes on macOS (and Linux) with minimal setup

    Project mention: Ask HN: What dev tools do you rely on that nobody talks about? | news.ycombinator.com | 2026-04-01

    https://github.com/atuinsh/atuin for fuzzy shell history (ctrl+r)

    https://github.com/sharkdp/bat (nice coloured cat replacement)

    https://github.com/abiosoft/colima (so I don't need docker desktop)

    https://github.com/duckdb/duckdb (performant database that lets you directly query JSON, parquet, csv files with SQL queries and convert one to the other.

    https://github.com/eradman/entr (rerun commands automatically when provided files change) (useful for rerunning test commands automatically once you save the file you're editing.

    https://github.com/martinvonz/jj and https://github.com/idursun/jjui (Jujutsu VCS, been using it for three months and I really enjoy it)

    https://github.com/jesseduffield/lazydocker (managing containers, images, volumes easily)

    https://github.com/jesseduffield/lazygit (best tui for git and outside niche git commands, the fastest way to use git.)

    https://github.com/jdx/mise (fast asdf, direnv, and task runner replacement) (install pretty much version of tool, language, env vars in a per directory level. (Or global if you want))

    https://github.com/ajeetdsouza/zoxide (intelligent cd to move between directories incredibly quickly)

  14. Harbor

    An open source trusted cloud native registry project that stores, signs, and scans content.

    Project mention: Docker Hub Is Down | news.ycombinator.com | 2025-09-24

    Depending on what other (additional) features you're willing to accept, the GoHarbor[0] registry supports pull-through as well as mirroring and other features, it's a nice registry that also supports other OCI stuff like Helm charts, and does vulnerability scanning with "Interrogation Services" like Trivy.

    I've been using it at home and work for a few years now, might be a bit overkill if you just want a simple registry, but is a really nice tool for anyone who can benefit from the other features.

    [0] https://goharbor.io/

  15. authelia

    The Single Sign-On Multi-Factor portal for web apps, now OpenID Certified™

    Project mention: Open Notebook Review: Self-Hosted NotebookLM Alternative | dev.to | 2026-06-09

    Yes. The two ports are independent — 8502 for the UI and 5055 for the API. Caddy reverse-proxying both with auto-TLS is one Caddyfile block per port. Enable Open Notebook's built-in password protection in addition if the deployment is public-facing. For team deployments, add Authelia or Tailscale serve.

  16. OpenFaaS

    OpenFaaS - Serverless Functions Made Simple

  17. rancher

    Complete container management platform

    Project mention: Bridging the Gap: Future Directions for Kubernetes and Distributed Systems | dev.to | 2026-05-04

    The industry's first pass at solving this was multi-cluster management. Platforms like Anthos, Rancher, and OpenShift are essential for managing fleets of Kubernetes clusters. They provide a single pane of glass for configuration, policy, and deployments across different environments. This was a critical step forward for operational maturity.

  18. air

    ☁️ Live reload for Go apps

    Project mention: Create an API - Project Setup | dev.to | 2026-04-04

    At the moment we have an entry point for our application, but we will need to stop and rerun manually each time we make changes in the application. There is a tool we can use and that one is Air, so let's setup it

  19. Lean and Mean Docker containers

    Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

    Project mention: I Ditched Docker for Podman (and You Should Too) | news.ycombinator.com | 2025-09-05
  20. argo-cd

    Declarative Continuous Deployment for Kubernetes

    Project mention: Kubernetes Secret Extraction via ArgoCD ServerSideDiff | news.ycombinator.com | 2026-05-01
  21. neko

    A self hosted virtual browser that runs in docker and uses WebRTC.

    Project mention: Rtwatch: Watch videos with friends using WebRTC | news.ycombinator.com | 2026-05-09
  22. containerd

    An open and reliable container runtime

    Project mention: Kubelet Metrics: How cAdvisor and CRI Collect Kubernetes Stats | dev.to | 2026-05-28

    implement CRI ListPodSandboxMetrics

  23. gvisor

    Application Kernel for Containers

    Project mention: Agent Substrate: The Agentic AI Isolation Layer On K8s | dev.to | 2026-05-31

    Underneath the hood, Substrate uses gvisor (same thing as the Agent Sandbox project from the CNCF SIG), which is a container sandbox developed by Google that focuses on security, isolation, and the ability to use it in an efficient fashion (e.g - not take up a ton of hardware resources).

  24. ctop

    Top-like interface for container metrics

    Project mention: Portainer vs Lazydocker: Which Docker UI? | dev.to | 2026-03-10

    No. Portainer is web-only. You can open a container console through the Portainer web UI, but Portainer itself has no terminal interface. If you want a TUI, use Lazydocker or ctop.

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).

Go Docker discussion

Log in or Post with

Go Docker related posts

  • Mqtt-dashboard: a self-hostable dashboard for IoT things

    1 project | news.ycombinator.com | 10 Jun 2026
  • Show HN: My home server got unplugged, so I built a recovery CLI

    1 project | news.ycombinator.com | 7 Jun 2026
  • Dozzle: Real-time Docker logs, stats, and debugging – in the browser

    1 project | news.ycombinator.com | 7 Jun 2026
  • Show HN: HomeButler – A CLI that tells you what changed on your home server

    1 project | news.ycombinator.com | 4 Jun 2026
  • Mqtt-dashboard – A self-hostable MQTT dashboard/explorer for IoT developers

    1 project | news.ycombinator.com | 2 Jun 2026
  • trivy VS onequery - a user suggested alternative

    2 projects | 1 Jun 2026
  • Agent Substrate: The Agentic AI Isolation Layer On K8s

    2 projects | dev.to | 31 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 Moby 71,622
2 traefik 63,619
3 memos 60,641
4 dive 54,238
5 Gogs 47,587
6 Docker Compose 37,489
7 harness 36,711
8 trivy 36,314
9 glance 34,855
10 CasaOS 34,021
11 podman 32,003
12 colima 29,243
13 Harbor 28,645
14 authelia 28,025
15 OpenFaaS 26,178
16 rancher 25,666
17 air 23,663
18 Lean and Mean Docker containers 23,301
19 argo-cd 23,065
20 neko 21,087
21 containerd 20,814
22 gvisor 18,504
23 ctop 17,685

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Go is
the 4th most popular programming language
based on number of references?