docker-image

Top 23 docker-image Open-Source Projects

  • dive

    A tool for exploring each layer in a docker image

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

  • Portainer

    Making Docker and Kubernetes management easy.

  • Project mention: Homelab Adventures: Crafting a Personal Tech Playground | dev.to | 2024-04-22

    Portainer

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • awesome-docker

    :whale: A curated list of Docker resources and projects

  • Wekan

    The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.

  • Project mention: Elegant open source project tracking, Trello like but self-hosted | news.ycombinator.com | 2024-03-18

    Looks nice, I selfhosted https://github.com/wekan/wekan for a while, which is a MIT licensed heavily Trello-inspired alternative, does someone know both Wekan and Plankanban and can tell their differences?

  • chatwoot

    Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

  • verdaccio

    📦🔐 A lightweight Node.js private proxy registry

  • flannel

    flannel is a network fabric for containers, designed for Kubernetes

  • Project mention: How to create a 3-node kubernetes cluster and deploy an application on my ubuntu 22.04 minibox | dev.to | 2024-01-10

    $ kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml

  • SaaSHub

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

    SaaSHub logo
  • docker-minecraft-server

    Docker image that provides a Minecraft Server that will automatically download selected version at startup

  • Project mention: PaperMC/Paper: The most widely used, high performance Minecraft server | news.ycombinator.com | 2024-03-10

    Looks nice! I have a comprehensive docker compose file with itzg’s image [0] repeated a dozen times.

    [0] https://github.com/itzg/docker-minecraft-server

  • docker-node

    Official Docker Image for Node.js :whale: :turtle: :rocket:

  • Project mention: Standalone Next.js. When serverless is not an option | dev.to | 2024-04-12

    FROM node:16-alpine AS base FROM base AS deps # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed. RUN apk add --no-cache libc6-compat WORKDIR /app COPY package.json package-lock.json* ./ RUN npm ci FROM base AS builder WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . RUN npm run build # Production image, copy all the files and run next FROM base AS runner WORKDIR /app ENV NODE_ENV production COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static COPY --from=builder /app/public ./public EXPOSE 3000 ENV PORT 3000 ENV HOSTNAME localhost CMD ["node", "server.js"]

  • docker-gitlab

    Dockerized GitLab

  • docker-ipsec-vpn-server

    Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2

  • Project mention: Selfhosted VPN advice for Homelab Access | /r/homelab | 2023-07-10

    IPSEC-L2TP is built into everything. No clients required on Windows, Mac, Android, iOS, Linux, etc. Great Docker container for cutting through most of the difficulty here: https://hub.docker.com/r/hwdsl2/ipsec-vpn-server

  • kraken

    P2P Docker registry capable of distributing TBs of data in seconds

  • Project mention: BTFS (BitTorrent Filesystem) | news.ycombinator.com | 2024-04-15

    https://github.com/uber/kraken?tab=readme-ov-file#comparison...

    "Kraken was initially built with a BitTorrent driver, however, we ended up implementing our P2P driver based on BitTorrent protocol to allow for tighter integration with storage solutions and more control over performance optimizations.

    Kraken's problem space is slightly different than what BitTorrent was designed for. Kraken's goal is to reduce global max download time and communication overhead in a stable environment, while BitTorrent was designed for an unpredictable and adversarial environment, so it needs to preserve more copies of scarce data and defend against malicious or bad behaving peers.

    Despite the differences, we re-examine Kraken's protocol from time to time, and if it's feasible, we hope to make it compatible with BitTorrent again."

  • docker

    ⛴ Docker image of Nextcloud (by nextcloud)

  • Project mention: Has Anyone Created A Working Docker Container? | /r/NextCloud | 2023-12-09
  • docker-openldap

    OpenLDAP container image 🐳🌴

  • Project mention: Question: How to Use LDAP Authentication and User Accounts On TAK Servers | /r/ATAK | 2023-07-09

    I'm entirely unfamiliar with overlays. I don't believe I've configured any on my OpenLDAP server, as it is just a default docker image I've populated with some OUs and users.

  • werf

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

  • docker-ubuntu-vnc-desktop

    A Docker image to provide web VNC interface to access Ubuntu LXDE/LxQT desktop environment.

  • DockerCheatSheet

    🐋 Docker Cheat Sheet 🐋 (by eon01)

  • Aria2-Pro-Docker

    Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像

  • uwsgi-nginx-flask-docker

    Docker image with uWSGI and Nginx for Flask applications in Python running in a single container.

  • tun2socks

    tun2socks - powered by gVisor TCP/IP stack

  • Project mention: VirtualBox KVM Public Release | news.ycombinator.com | 2024-02-08

    You can probably do this for VirtualBox (and any Linux program) by using tun2socks to create a network interface that routes through a proxy (SOCKS5 if you want UDP support), and then moving that network interface to a new namespace. You can run VirtualBox or any other programs in that new namespace, they don't have to be aware of the proxy at all (since they just see a regular gateway).

    https://github.com/xjasonlyu/tun2socks

  • cloudflare-ddns

    🎉🌩️ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!

  • Project mention: Dynamic DNS | /r/CloudFlare | 2023-06-13
  • containers

    Bitnami container images

  • Project mention: Extend Bitnami Cassandra Image to customize the configuration in cassandra.yaml | dev.to | 2024-04-29

    There are multiple benefits of using the images from Bitnami. We can refer to their github repo for additional details. The Bitnami image from cassandra provides us the option to override few of the configurations in the cassandra.yaml file by passing the values as environment variables. For eg: When we provide an environment variable - CASSANDRA_CLUSTER_NAME – to the container, the value of this variable gets updated in the cassandra.yaml -> cluster_name field.

  • uvicorn-gunicorn-fastapi-docker

    Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

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

docker-image related posts

  • Extend Bitnami Cassandra Image to customize the configuration in cassandra.yaml

    1 project | dev.to | 29 Apr 2024
  • Show HN: Docker-phobia: Analyze Docker image size with a treemap

    3 projects | news.ycombinator.com | 28 Apr 2024
  • Standalone Next.js. When serverless is not an option

    3 projects | dev.to | 12 Apr 2024
  • Mastering Docker Image Optimization: 6 Key Strategies for building Lighter, Faster, and Safer images

    1 project | dev.to | 4 Apr 2024
  • Optimisation des images Docker: 6 Stratégies clés pour des images plus légeres et plus performantes

    1 project | dev.to | 4 Apr 2024
  • Debian 12 is now the base operating system of Bitnami packages

    1 project | news.ycombinator.com | 7 Mar 2024
  • Docker-Minecraft-Server

    1 project | news.ycombinator.com | 21 Feb 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source docker-image projects? This list will help you:

Project Stars
1 dive 43,709
2 Portainer 28,938
3 awesome-docker 28,401
4 Wekan 19,137
5 chatwoot 18,657
6 verdaccio 15,892
7 flannel 8,495
8 docker-minecraft-server 8,384
9 docker-node 8,069
10 docker-gitlab 7,778
11 docker-ipsec-vpn-server 6,121
12 kraken 5,860
13 docker 5,635
14 docker-openldap 3,952
15 werf 3,916
16 docker-ubuntu-vnc-desktop 3,783
17 DockerCheatSheet 3,606
18 Aria2-Pro-Docker 2,976
19 uwsgi-nginx-flask-docker 2,960
20 tun2socks 2,708
21 cloudflare-ddns 2,707
22 containers 2,680
23 uvicorn-gunicorn-fastapi-docker 2,528

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