SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Go docker-image Projects
-
dive (~54k⭐) lets you browse what's in it — file by file, interactively. It answers what is in a layer.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Project mention: J'ai galéré pendant 3 semaines pour monter un cluster Kubernetes (et voilà ce que j'ai appris) | dev.to | 2026-01-10
- name: Init cluster k8s command: kubeadm init --apiserver-advertise-address=192.168.56.10 --pod-network-cidr=10.244.0.0/16 when: not k8s_initialise.stat.exists - name: Copier config kubectl copy: src: /etc/kubernetes/admin.conf dest: /home/vagrant/.kube/config owner: vagrant group: vagrant - name: Installer Flannel (réseau pod) shell: | kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml environment: KUBECONFIG: /home/vagrant/.kube/config - name: Générer commande join pour les workers copy: content: "kubeadm join 192.168.56.10:6443 --token {{ k8s_token.stdout }} --discovery-token-ca-cert-hash sha256:{{ k8s_ca_hash.stdout }}" dest: /vagrant/join.sh mode: '0755' - name: Créer fichier .master-ready copy: content: "Master initialized" dest: /vagrant/.master-ready
-
Project mention: Thundering Herd Problem: Preventing the Stampede | news.ycombinator.com | 2025-09-23
Uber built Kraken to solve the same problem with distributing images: https://github.com/uber/kraken
-
werf
A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.
-
create-go-app
✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command. (by create-go-app)
-
-
Project mention: We built a cloud GPU notebook that boots in seconds | news.ycombinator.com | 2025-11-07
Just curious, was something like https://github.com/containerd/stargz-snapshotter considered/evaluated before designing your own lazily-loaded container FS and if so, any pros/cons for the same?
-
-
error-pages
🪂 Tiny, zero-dep HTTP server & Docker image serving pretty, themeable, localized HTTP error pages — drop-in for Traefik, Nginx, Kubernetes, and more (by tarampampam)
-
-
chanify
Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.
-
-
-
mc-router
Routes Minecraft client connections to backend servers based upon the requested server address
-
-
Definitely don't recommend going down this path if you're not already familiar with Nix, but if you are, a strategy that I find works really well is to package your software with Nix, then you can run it easily via systemd but also create super lightweight containers using nix-snapshotter[0] so you don't have to "build" container images if you still want the flexibility of containers. You can then run the containers on Docker or Kubernetes without having to build heavy images.
[0] https://github.com/pdtpartners/nix-snapshotter
-
-
-
-
-
core
datarhei Core is management for FFmpeg processes without development effort. Whether your streaming has one viewer or a million, we have the tools to help you develop, deploy and manage any video project at any stage. We've solved the challenging problems so you can focus on your application, not your infrastructure. (by datarhei)
-
-
Go docker-image discussion
Go docker-image related posts
-
Which package is bloating your Docker image?
-
List, inspect and explore OCI container images, their layers and contents
-
Reducing the Footprint of the Docker image of IRIS Community Edition
-
Dockerfile - Node with TypeScript
-
Dockerfile - Node com Typescript
-
We built a cloud GPU notebook that boots in seconds
-
pyaction reached 8 million pulls from the GitHub Container Registry
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jun 2026
Index
What are some of the best open-source docker-image projects in Go? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | dive | 54,221 |
| 2 | flannel | 9,472 |
| 3 | kraken | 6,699 |
| 4 | werf | 4,692 |
| 5 | create-go-app | 2,759 |
| 6 | cloudflare-ddns | 2,564 |
| 7 | stargz-snapshotter | 1,553 |
| 8 | docker-sonarqube | 1,551 |
| 9 | error-pages | 1,437 |
| 10 | pg_timetable | 1,367 |
| 11 | chanify | 1,324 |
| 12 | Whaler | 1,183 |
| 13 | umoci | 929 |
| 14 | mc-router | 859 |
| 15 | manifest-tool | 838 |
| 16 | nix-snapshotter | 822 |
| 17 | apisprout | 719 |
| 18 | registry-ui | 518 |
| 19 | klar | 503 |
| 20 | drone-ssh | 307 |
| 21 | core | 274 |
| 22 | ydls | 193 |
| 23 | drone-scp | 173 |