Go docker-image

Open-source Go projects categorized as docker-image

Top 23 Go docker-image Projects

docker-image
  1. 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.

  2. SaaSHub

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

    SaaSHub logo
  3. flannel

    flannel is a network fabric for containers, designed for Kubernetes

    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

  4. kraken

    P2P Docker registry capable of distributing TBs of data in seconds

    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

  5. werf

    A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.

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

  7. cloudflare-ddns

    🌟 A small, feature-rich, and robust Cloudflare DDNS updater (by favonia)

  8. stargz-snapshotter

    Fast container image distribution plugin with lazy pulling

    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?

  9. docker-sonarqube

    :whale: SonarQube in Docker

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

  11. pg_timetable

    pg_timetable: Advanced scheduling for PostgreSQL

  12. chanify

    Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.

  13. Whaler

    Program to reverse Docker images into Dockerfiles

  14. umoci

    umoci modifies Open Container images

  15. mc-router

    Routes Minecraft client connections to backend servers based upon the requested server address

  16. manifest-tool

    Command line tool to create and query container image manifest list/indexes

  17. nix-snapshotter

    Brings native understanding of Nix packages to containerd

    Project mention: Systemd v259 Released | news.ycombinator.com | 2025-12-18

    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

  18. apisprout

    Lightweight, blazing fast, cross-platform OpenAPI 3 mock server with validation

  19. registry-ui

    Web UI for Docker Registry

  20. klar

    Integration of Clair and Docker Registry

  21. drone-ssh

    Drone plugin for executing remote ssh commands

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

  23. ydls

    youtube-dl HTTP download and transcode service

  24. drone-scp

    Copy files and artifacts via SSH using a binary, docker or Drone CI.

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-image discussion

Log in or Post with

Go docker-image related posts

  • Which package is bloating your Docker image?

    3 projects | dev.to | 25 May 2026
  • List, inspect and explore OCI container images, their layers and contents

    3 projects | news.ycombinator.com | 28 Dec 2025
  • Reducing the Footprint of the Docker image of IRIS Community Edition

    2 projects | dev.to | 22 Dec 2025
  • Dockerfile - Node with TypeScript

    2 projects | dev.to | 20 Dec 2025
  • Dockerfile - Node com Typescript

    2 projects | dev.to | 20 Dec 2025
  • We built a cloud GPU notebook that boots in seconds

    1 project | news.ycombinator.com | 7 Nov 2025
  • pyaction reached 8 million pulls from the GitHub Container Registry

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

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

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?