A curated list of Docker resources and projects
If you would like to contribute, please read CONTRIBUTING.md first. It contains a lot of tips and guidelines to help keep things organized. Just click README.md to submit a pull request. If this list is not complete, you can contribute to make it so. Here is a great video tutorial to learn how to ๐ contribute on Github.
Please, help organize these resources so that they are easy to find and understand for newcomers. See how to Contribute for tips!
If you see a link here that is not (any longer) a good fit, you can fix it by submitting a pull request to improve this file. Thank you!
The creators and maintainers of this list do not receive any form of payment to accept a change made by any contributor. This page is not an official Docker product in any way. It is a list of links to projects and is maintained by volunteers. Everybody is welcome to contribute. The goal of this repo is to index open-source projects, not to advertise for profit.
All the links are monitored and tested with a home baked Node.js script
- Legend
- What is Docker
- Where to start
- Where to start (Windows)
- Projects
- Useful Resources
- Communities and Meetups
- Abandoned ๐
- Beta ๐ง
- Monetized ๐ฒ
Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments. As a result, IT can ship faster and run the same app, unchanged, on laptops, data center VMs, and any cloud.
Source: ๐ What is Docker
-
๐ Benefits of using Docker for development and delivery, with a practical roadmap for adoption.
-
๐ Bootstrapping Microservices by ๐ Ashley Davis - A practical and project-based guide to building applications with microservices, starts by building a Docker image for a single microservice and publishing it to a private container registry, finishes by deploying a complete microservices application to a production Kubernetes cluster.
-
ย ย 6020โญย ย 2216๐ดDocker Curriculum): A comprehensive tutorial for getting started with Docker. Teaches how to use Docker and deploy dockerized apps on AWS with Elastic Beanstalk and Elastic Container Service. -
๐ Docker Documentation: the official documentation.
-
ย ย ย ย 85โญย ย ย ย 26๐ดDocker for beginners): A tutorial for beginners who need to learn the basics of Dockerโfrom "Hello world!" to basic interactions with containers, with simple explanations of the underlying concepts. -
๐ Docker for novices An introduction to Docker for developers and testers who have never used it. (Video 1h40, recorded linux.conf.au 2019 โ Christchurch, New Zealand) by Alex Clews.
-
ย ย ย 283โญย ย ย 255๐ดDocker katas) A series of labs that will take you from "Hello Docker" to deploying a containerized web application to a server. -
๐ Docker simplified in 55 seconds: An animated high-level introduction to Docker. Think of it as a visual tl;dr that makes it easier to dive into more complex learning materials.
-
๐ Docker Training ๐ฒ
-
ย ย ย 836โญย ย ย ย 62๐ดDockerlings): Learn docker from inside your terminal, with a modern TUI and bite sized exercises (by furkan) -
๐ Introduction ร Docker A dedicated section to master Docker on a French site about DevSecOps: From the basics to best practices, including optimizing, securing your containers...
-
ย ย ย 242โญย ย ย ย 32๐ดLearn Docker): step-by-step tutorial and more resources (video, articles, cheat sheets) by @dwyl -
๐ Learn Docker (Visually) - A beginner-focused high-level overview of all the major components of Docker and how they fit together. Lots of high-quality images, examples, and resources.
-
๐ Play With Docker: PWD is a great way to get started with Docker from beginner to advanced users. Docker runs directly in your browser.
-
ย ย ย 252โญย ย ย ย 77๐ดPractical Guide about Docker Commands in Spanish) This Spanish guide contains the use of basic docker commands with real life examples. -
ย ย ย 944โญย ย ย ย 99๐ดSetting Python Development Environment with VScode and Docker): A step-by-step tutorial for setting up a dockerized Python development environment with VScode, Docker, and the Dev Container extension. -
๐ The Docker Handbook An open-source book that teaches you the fundamentals, best practices and some intermediate Docker functionalities. The book is hosted on
ย ย ย 859โญย ย ย 127๐ดfhsinchy/the-docker-handbook) and the projects are hosted onย ย 1390โญย ย ย 324๐ดfhsinchy/docker-handbook-projects) repository.
Cheatsheets by
ย ย 3900โญย ย ย 485๐ด@eon01)ย ย ย 198โญย ย ย ย 19๐ด@dimonomid) (PDF)ย ย ย ย 22โญย ย ย ย ย 2๐ด@JensPiegsa)ย 22495โญย ย 4653๐ด@wsargent) (Most popular)
- ๐ Docker on Windows behind a firewall by ๐ @kaitoedter
- ๐ Docker Reference Architecture: Modernizing Traditional .NET Framework Applications - You will learn to identify the types of .NET Framework applications that are good candidates for containerization, the "lift-and-shift" approach to containerization.
- ๐ Docker with Microsoft SQL 2016 + ASP.NET Demonstration running ASP.NET and SQL Server workloads in Docker
- ๐ Exploring ASP.NET Core with Docker in both Linux and Windows Containers Running ASP.NET Core apps in Linux and Windows containers, using Docker for Windows
- ๐ Running a Legacy ASP.NET App in a Windows Container Steps for Dockerizing a legacy ASP.NET app and running as a Windows container
- ๐ Windows Containers and Docker: The 101 ๐ฅ - A 20-minute overview, using Docker to run PowerShell, ASP.NET Core and ASP.NET apps
- ๐ Windows Containers Quick Start Overview of Windows containers, drilling down to Quick Starts for Windows 10 and Windows Server 2016
- Moby = open source development
- Docker CE = free product release based on Moby
- Docker EE = commercial product release based on Docker CE.
Docker EE is on the same code base as Docker CE, so also built from Moby, with commercial components added, such as "docker data center / universal control plane"
ย 71477โญย 18905๐ดMoby)- ๐ Docker Images
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดDocker Compose) (Define and run multi-container applications with Docker)ย ย 6635โญย ย 1964๐ดDocker Machine) ๐ (Machine management for a container-centric world)- Docker Registry (The Docker toolset to pack, ship, store, and deliver content)
ย ย 5745โญย ย 1071๐ดDocker Swarm) ๐ (Swarm: a Docker-native clustering system)
ย ย ย 145โญย ย ย ย 14๐ดbocker) (2) ๐ - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by @icyย 12620โญย ย ย 755๐ดbocker) (1) ๐ - Docker implemented in 100 lines of bash by p8952ย ย ย 242โญย ย ย ย 20๐ดbox) ๐ - Build Dockerfile images with a mruby DSL, includes flattening and layer manipulationย ย ย ย 31โญย ย ย ย ย 0๐ดCapitan) - Composable docker orchestration with added scripting support by @byrnedo.ย ย ย ย 94โญย ย ย ย ย 9๐ดcompose_plantuml) ๐ - Generate Plantuml graphs from docker-compose files by @funkwerkย ย 3692โญย ย ย 247๐ดComposerize) - Convert docker run commands into docker-compose filesย ย ย ย 98โญย ย ย ย ย 9๐ดcrowdr) - Tool for managing multiple Docker containers (docker-composealternative) byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@polonskiy)ย ย ย 297โญย ย ย ย 27๐ดctk) ๐ง - Visual composer for container based workloads. By @corpulentย ย ย ย 55โญย ย ย ย ย 6๐ดdocker-compose-graphviz) ๐ - Turn a docker-compose.yml files into Graphviz .dot files by @abestoย ย ย ย 50โญย ย ย ย ย 8๐ดdocker-config-update) - Utility to update docker configs and secrets for deploying in a compose file by @sudo-bmitchย ย ย ย 94โญย ย ย ย ย 8๐ดdraw-compose) ๐ - Utility to draw a schema of a docker compose by @Alexis-benoistย ย ย ย 80โญย ย ย ย 22๐ดelsy) - An opinionated, multi-language, build tool based on Docker and Docker Composeย ย 1391โญย ย ย ย 82๐ดhabitus) - A Build Flow Tool for Docker by @cloud66ย 10451โญย ย ย 792๐ดkompose) - Go from Docker Compose to Kubernetesย ย 2434โญย ย ย 163๐ดLLM Harbor) - A CLI and companion app to effortlessly run LLM backends, APIs, frontends, and services with one command. By @avย ย ย 615โญย ย ย ย 40๐ดMaestro) ๐ - Maestro provides the ability to easily launch, orchestrate and manage multiple Docker containers as single unit by @tascaniniย ย ย 157โญย ย ย ย ย 7๐ดpercheron) ๐ - Organise your Docker containers with muscle and intelligence by @ashmckenzieย ย ย 387โญย ย ย ย 15๐ดplash) - A container run and build engine - runs inside docker.ย ย 5956โญย ย ย 576๐ดpodman-compose) - a script to run docker-compose.yml using podman by @containersย ย ย 408โญย ย ย ย 20๐ดrocker-compose) ๐ - Docker composition tool with idempotency features for deploying apps composed of multiple containers. By@grammarly.ย ย 1332โญย ย ย ย 79๐ดrocker) ๐ - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by @grammarly.ย ย ย ย 36โญย ย ย ย ย 5๐ดSmalte) โ Dynamically configure applications that require static configuration in docker container. By @roquieย ย ย ย 69โญย ย ย ย ย 3๐ดStacker) ๐ - Docker Compose Templates. Stacker provides an abstraction layer over Docker Compose and a better DX (developer experience).ย ย ย ย 30โญย ย ย ย ย 3๐ดStitchocker) - A lightweight and fast command line utility for conveniently grouping your docker-compose multiple container services. By @alexaandrovย ย ย 200โญย ย ย ย 20๐ดZodiac) ๐ - A lightweight tool for easy deployment and rollback of dockerized applications. By @CenturyLinkLabs
ย ย 1238โญย ย ย 162๐ดawesome-stacks) - Deploy 150+ open-source web apps with one Docker command- ๐ blackfish - a CoreOS VM to build swarm clusters for Dev & Production by ๐ @blackfish
- ๐ BosnD - BosnD, the boatswain daemon - A dynamic configuration file writer & service reloader for dynamically changing container environments.
ย ย 1756โญย ย ย 112๐ดCenturion) - Centurion is a mass deployment tool for Docker fleets. It takes containers from a Docker registry and runs them on a fleet of hosts with the correct environment variables, host volume mappings, and port mappings. By @newrelicย ย ย 429โญย ย ย ย 65๐ดClocker) - Clocker creates and manages a Docker cloud infrastructure. Clocker supports single-click deployments and runtime management of multi-node applications that run as containers distributed across multiple hosts, on both Docker and Marathon. It leverages Calico and Weave for networking and ๐ Brooklyn for application blueprints. By @brooklyncentralย ย ย 108โญย ย ย ย 11๐ดConduit) - Experimental deployment system for Docker by @ehazlettย ย ย ย 93โญย ย ย ย 15๐ดdepcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By @ContainXย ย ย ย 58โญย ย ย ย ย 9๐ดdeploy) ๐ - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by @ttinyย ย ย ย 23โญย ย ย ย ย 0๐ดdocker-to-iac) - Translate docker run and commit into Infrastructure as Code templates for AWS, Render.com and DigitalOcean by @DeployStackย ย ย 105โญย ย ย ย 15๐ดdockit) ๐ - Do docker actions and Deploy gluster containers! By @humblecย ย 3850โญย ย ย 203๐ดgitkube) - Gitkube is a tool for building and deploying docker images on Kubernetes usinggit push. Byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@Hasura).ย ย 1564โญย ย ย 307๐ดGrafeas) - A common API for metadata about containers, from image and build details to security vulnerabilities. By grafeasย ย ย 420โญย ย ย ย 21๐ดLongshoreman) ๐ - Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By longshoremanย ย ย ย 58โญย ย ย ย ย 4๐ดswarm-ansible) - Swarm-Ansible bootstraps a production-ready swarm cluster using ansible. Comes with tools to automate CI, help monitoring and traefik pre-configured for SSL certificates and simple-auth. Comes with a private registry and more!ย ย ย ย 21โญย ย ย ย ย 1๐ดSwarmManagement) - Swarm Management is a python application, installed with pip. The application makes it easy to manage a Docker Swarm by configuring a single yaml file describing which stacks to deploy, and which networks, configs or secrets to create.ย ย 4650โญย ย ย 230๐ดwerf) - werf is a CI/CD tool for building Docker images efficiently and deploying them to Kubernetes using GitOps by @flant
ย ย 1787โญย ย ย 253๐ดAutoheal) - Monitor and restart unhealthy docker containers automatically.- ๐ Axibase Collector - Axibase Collector streams performance counters, configuration changes and lifecycle events from the Docker engine(s) into Axibase Time Series Database for roll-up dashboards and integration with upstream monitoring systems.
ย 18891โญย ย 2457๐ดcAdvisor) - Analyzes resource usage and performance characteristics of running containers. Created by @Googleย ย 9231โญย ย ย 665๐ดCheckmate) - Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations.ย ย ย ย ย 3โญย ย ย ย ย 0๐ดDLIA) - DLIA is an AI-powered Docker log monitoring agent that uses Large Language Models (LLMs) to intelligently analyze container logs, detect anomalies, and provide contextual insights over time. By @zorak1103ย ย ย 108โญย ย ย ย 12๐ดDocker-Alertd) - Monitor and send alerts based on docker container resource usage/statisticsย ย ย ย 88โญย ย ย ย 38๐ดDocker-Flow-Monitor) - Reconfigures Prometheus when a new service is updated or deployed automatically by @docker-flowย ย ย 207โญย ย ย ย 26๐ดDockerana) ๐ - packaged version of Graphite and Grafana, specifically targeted at metrics from Docker.- ๐ DockProc - I/O monitoring for containers on processlevel.
ย ย 6480โญย ย 1772๐ดdockprom) - Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager by @stefanprodanย ย ย 406โญย ย ย ย 18๐ดDoku) - Doku is a simple web-based application that allows you to monitor Docker disk usage. @amerkurev- Dozzle - Monitor container logs in real-time with a browser or mobile device. @amir20
- ๐ Dynatrace ๐ฒ - Monitor containerized applications without installing agents or modifying your Run commands
ย 31706โญย ย 1683๐ดGlances) - A cross-platform curses-based system monitoring tool written in Python by @nicolargo- ๐ Grafana Docker Dashboard Template - A template for your Docker, Grafana and Prometheus stack @vegasbrianc
ย ย 7086โญย ย 1249๐ดHertzBeat) - An open-source real-time monitoring system with custom-monitor and agentless.ย ย ย 473โญย ย ย 129๐ดInfluxDB, cAdvisor, Grafana) - InfluxDB Time series DB in combination with Grafana and cAdvisor by @vegasbriancย ย ย 136โญย ย ย ย ย 6๐ดLogJam) - ๐ Logjam is a log forwarder designed to listen on a local port, receive log entries over UDP, and forward these messages on to a log collection server (such as logstash) by @gocardlessย ย 4698โญย ย ย 668๐ดLogspout) - Log routing for Docker container logs by @gliderlabsย ย ย ย 34โญย ย ย ย ย 5๐ดmonit-docker) - Monitor docker containers resources usage or status and execute docker commands or inside containers. [@decryptus][decryptus]ย ย ย 566โญย ย ย ย 72๐ดNexClipper) - NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes by @Nexclipperย ย ย 540โญย ย ย 119๐ดOut-of-the-box Host/Container Monitoring/Logging/Alerting Stack) - Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting. Set up in 5 Minutes. Secure mode for production use with built-in Automated Nginx Reverse Proxy (jwilder's).ย ย 1612โญย ย ย ย 67๐ดSidekick) ๐ฒ - Open source live application debugger like Chrome DevTools for your backend. Collect traces and generate logs on-demand without stopping & redeploying your applications.- ๐ SuperVisor CPM
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดFrontend Service) andย ย ย ย ย ?โญย ย ย ย ย ?๐ดDriver Service) ๐ง - A simple and accessible FOSS container performance monitoring service written in Python byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@t0xic0der) ย ย ย ย 22โญย ย ย ย ย 2๐ดSwarmAlert) - Monitors a Docker Swarm and sends Pushover alerts when it finds a container with no healthy service task running.ย ย 1197โญย ย ย 264๐ดZabbix Docker module) - Zabbix module that provides discovery of running containers, CPU/memory/blk IO/net container metrics. Systemd Docker and LXC execution driver is also supported. It's a dynamically linked shared object library, so its performance is (~10x) better, than any script solution.ย ย ย ย 53โญย ย ย ย 12๐ดZabbix Docker) - Monitor containers automatically using zabbix LLD feature.
- Calico - Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other.
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดFlannel) - Flannel is a virtual network that gives a subnet to each host for use with container runtimes. By @coreosย ย ย 632โญย ย ย ย 96๐ดFreeflow) - High performance container overlay networks on Linux. Enabling RDMA (on both InfiniBand and RoCE) and accelerating TCP to bare metal performance. By @Microsoftย ย 9815โญย ย 1072๐ดMyIP) - All in one IP Toolbox. Easy to check all your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability, whois search and more. By @jason5ng32ย 10388โญย ย 1087๐ดnetshoot) - The netshoot container has a powerful set of networking tools to help troubleshoot Docker networking issues by @nicolakaย ย 4251โญย ย ย 727๐ดPipework) - Software-Defined Networking for Linux Containers, Pipework works with "plain" LXC containers, and with the awesome Docker. By @jpetazzo- Weave (The Docker network) ๐ - Weave creates a virtual network that connects Docker containers deployed across multiple hosts.
ย ย ย ย 37โญย ย ย ย ย 4๐ดAnsible Linux Docker) - Run Ansible from a Linux container. By @Peco602ย ย ย ย 96โญย ย ย ย 25๐ดathena) - An automation platform with a plugin architecture that allows you to easily create and share services.ย ย ย ย 25โญย ย ย ย ย 3๐ดblimp) ๐ - Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more by @defermat and @schvinย ย ย 241โญย ย ย ย 83๐ดCloudSlang) - CloudSlang is a workflow engine to create Docker process automationย ย ย ย 29โญย ย ย ย ย 8๐ดclusterdock) - Docker container orchestration to enable the testing of long-running cluster deploymentsย ย ย 750โญย ย ย 164๐ดCrane) - Control plane based on docker built-in swarm @Dataman-Cloudย ย ย ย 69โญย ย ย ย 51๐ดDocker Flow Swarm Listener) - Docker Flow Swarm Listener project is to listen to Docker Swarm events and send requests when a change occurs. By @docker-flowย ย 3094โญย ย ย ย 92๐ดdocker rollout) - Zero downtime deployment for Docker Compose services by @Wowuย ย ย 267โญย ย ย ย 27๐ดgantryd) ๐ - A framework for easy management of docker-based components across machines by @DevTableย ย ย 296โญย ย ย ย 41๐ดHaven) - Haven is a simplified container management platform that integrates container, application, cluster, image, and registry managements. By @codeabovelabย ย 2212โญย ย ย 231๐ดHelios) ๐ - A simple platform for deploying and managing containers across an entire fleet of servers by @spotifyย ย 1461โญย ย ย 124๐ดKontena) ๐ - The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.120558โญย 42486๐ดKubernetes) - Open source orchestration system for Docker containers by Googleย ย 1386โญย ย ย 922๐ดManageIQ) - Discover, optimize and control your hybrid IT. By ManageIQย ย 2983โญย ย ย 412๐ดMantl) - ๐ Mantl is a modern platform for rapidly deploying globally distributed servicesย ย 4046โญย ย ย 833๐ดMarathon) - ๐ Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on"ย ย 5365โญย ย 1669๐ดMesos) - Resource/Job scheduler for containers, VM's and physical hosts ๐ @apache- Nebula - A Docker orchestration tool designed to manage massive scale distributed clusters.
ย 16203โญย ย 2055๐ดNomad) - Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler by @hashicorpย ย 1438โญย ย ย 148๐ดPanamax) ๐ - An open-source project that makes deploying complex containerized apps as easy as Drag-and-Drop by @CenturyLinkLabs.ย 25358โญย ย 3169๐ดRancher) - An open source project that provides a complete platform for operating Docker in production by @rancher.ย ย ย ย 74โญย ย ย ย 17๐ดRedHerd Framework) - RedHerd is a collaborative and serverless framework for orchestrating a geographically distributed group of assets capable of simulating complex offensive cyberspace operations. By @RedHerdProject.ย ย ย 861โญย ย ย ย 74๐ดSwarm-cronjob) - Create jobs on a time-based schedule on Swarm by @crazy-max
ย ย ย 391โญย ย ย ย 34๐ดAtlantis) ๐ - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Goย 14838โญย ย ย 958๐ดcaprover) - [previously known as CaptainDuckDuck] Automated Scalable Webserver Package (automated Docker+nginx) - Heroku on Steroidsย ย 1894โญย ย ย 177๐ดConvox Rack) - Convox Rack is open source PaaS built on top of expert infrastructure automation and devops best practices.ย ย ย ย 17โญย ย ย ย ย 3๐ดDcw) - Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels.ย 31898โญย ย 2020๐ดDokku) - Docker powered mini-Heroku that helps you build and manage the lifecycle of applications (originally by @progrium)ย ย 2683โญย ย ย 156๐ดEmpire) - A PaaS built on top of Amazon EC2 Container Service (ECS)ย ย 1146โญย ย ย ย 59๐ดExoframe) - A self-hosted tool that allows simple one-command deployments using Dockerย ย 7947โญย ย ย 591๐ดFlynn) ๐ - A next generation open source platform as a serviceย ย ย 419โญย ย ย ย 36๐ดHephy Workflow) - Open source PaaS for Kubernetes that adds a developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage applications. Fork ofย ย 1308โญย ย ย 178๐ดDeis Workflow)ย ย ย ย 80โญย ย ย ย ย 8๐ดKrane) - Toolset for managing container workloads on remote serversย ย 1625โญย ย ย ย 90๐ดNanobox) ๐ฒ - An application development platform that creates local environments that can then be deployed and scaled in the cloud.- OpenShift - An open source PaaS built on Kubernetes and optimized for Dockerized app development and deployment by ๐ Red Hat
ย ย 5251โญย ย ย 550๐ดTsuru) - Tsuru is an extensible and open source Platform as a Service software
ย 10019โญย ย ย 565๐ดbunkerized-nginx) - Web app hosting and reverse proxy secure by default. By @bunkerityย ย 4269โญย ย ย 208๐ดcaddy-docker-proxy) - Caddy-based reverse proxy, configured with service or container labels. By @lucaslorentzย ย ย ย 36โญย ย ย ย ย 8๐ดcaddy-docker-upstreams) - Docker upstreams module for Caddy, configured with container labels. By @invzhiย ย ย ย 34โญย ย ย ย ย 2๐ดDocker Dnsmasq Updater) - Update a remote dnsmasq server with Docker container hostnames.ย ย ย 321โญย ย ย 190๐ดdocker-flow-proxy) - Reconfigures proxy every time a new service is deployed, or when a service is scaled. By @docker-flowย ย ย 284โญย ย ย ย 67๐ดdocker-proxy) ๐ - Transparent proxy for docker containers, run in a docker container. By @silarsisย ย 7330โญย ย ย 624๐ดfabio) - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. By @magiconair (Frank Schroeder)ย ย ย ย 46โญย ย ย ย ย 7๐ดh2o-proxy) ๐ - Automated H2O reverse proxy for Docker containers. An alternative to jwilder/nginx-proxy by @zcheeย ย 7694โญย ย ย 836๐ดLet's Encrypt Nginx-proxy Companion) - A lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically. By @JrCsย ย ย ย ย 7โญย ย ย ย ย 0๐ดmesh-router) - Free domain(nsl.sh) provider for Docker containers with automatic HTTPS routing. Uses Wireguard VPN to securely route subdomain requests across networks. Ideal for self-hosted NAS and cloud deployments. By @Yunderaย ย ย 167โญย ย ย ย 10๐ดmuguet) ๐ - DNS Server & Reverse proxy for Docker environments. By @mattalltyย 31699โญย ย 3607๐ดNginx Proxy Manager) - A beautiful web interface for proxying web based services with SSL. By @jc21- nginx-proxy - Automated nginx proxy for Docker containers using docker-gen by @jwilder
ย ย 1308โญย ย ย ย 96๐ดOpenResty Manager) - The easiest using, powerful and beautiful OpenResty Manager(Nginx Enhanced Version), open source alternative to OpenResty Edge. Byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@Safe3)ย ย ย 168โญย ย ย ย 21๐ดSwarm Ingress Router) ๐ - Route DNS names to Swarm services based on labels. Byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@tpbowden)ย ย ย ย 73โญย ย ย ย 12๐ดSwarm Router) - A ยซzero configยป service name based router for docker swarm mode with a fresh and more secure approach. By @flavioaielloย 61693โญย ย 5832๐ดTrรฆfษชk) - Automated reverse proxy and load-balancer for Docker, Mesos, Consul, Etcd... By @EmileVauge
ย ย 1492โญย ย ย ย 92๐ดaind) - ๐ AinD launches Android apps in Docker, by nesting Anbox containers inside Docker by @aind-containersย ย 5581โญย ย 1140๐ดcri-o) - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface by cri-oย ย 5109โญย ย 1162๐ดlxc) - LXC - Linux Containersย 30727โญย ย 2979๐ดpodman) - libpod is a library used to create container pods. Home of Podman by @containersย ย ย ย 18โญย ย ย ย ย 3๐ดrlxc) - LXC binary written in Rust by @braunerย ย ย 470โญย ย ย 159๐ดruntime-tools) - oci-runtime-tool is a collection of tools for working with the OCI runtime specification by @opencontainers
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดAnchor) - A tool to ensure reproducible builds by pinning dependencies inside your Dockerfilesย ย ย ย ย ?โญย ย ย ย ย ?๐ด@SongStitch)- ๐ Anchor Enterprise ๐ฒ - Analyze images for CVE vulnerabilities and against custom security policies by @Anchor
- ๐ Aqua Security ๐ฒ - Securing container-based applications from Dev to Production on any platform
ย ย 1226โญย ย ย ย 91๐ดbane) - AppArmor profile generator for Docker containers by @genuinetoolsย ย ย ย 82โญย ย ย ย ย 2๐ดCetusGuard) - CetusGuard is a tool that protects the Docker daemon socket by filtering calls to its API endpointsย ย ย 524โญย ย ย 118๐ดCIS Docker Benchmark) - This InSpec compliance profile implement the CIS Docker 1.12.0 Benchmark in an automated way to provide security best-practice tests around Docker daemon and containers in a production environment. By @dev-secย ย 8474โญย ย 1302๐ดCheckov) - Static analysis for infrastructure as code manifests (Terraform, Kubernetes, Cloudformation, Helm, Dockerfile, Kustomize) find security misconfiguration and fix them. By @bridgecrewย 10929โญย ย 1194๐ดClair) - Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By @coreosย ย 1219โญย ย ย 169๐ดDagda) - Dagda is a tool to perform static analysis of known vulnerabilities, trojans, viruses, malware & other malicious threats in docker images/containers and to monitor the docker daemon and running docker containers for detecting anomalous activities. By @eliasgranderubio- ๐ Deepfence Enterprise ๐ฒ - Full life cycle Cloud Native Workload Protection platform for kubernetes, virtual machines and serverless. By @deepfence
ย ย 5234โญย ย ย 640๐ดDeepfence Threat Mapper) - Powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless. By @deepfenceย ย 9594โญย ย 1036๐ดdocker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production. By @dockerย ย ย 552โญย ย ย ย 45๐ดdocker-explorer) - A tool to help forensicate offline docker acquisitions by @Googleย ย ย ย ย ?โญย ย ย ย ย ?๐ดdocker-lock) - A cli-plugin for docker to automatically manage image digests by tracking them in a separate Lockfile. By @safe-watersย ย ย ย ย 6โญย ย ย ย ย 4๐ดdvwassl) - SSL-enabled Damn Vulnerable Web App to test Web Application Firewalls. By @Peco602ย ย 2575โญย ย ย 359๐ดKICS) - an infrastructure-as-code scanning tool, find security vulnerabilities, compliance issues, and infrastructure misconfigurations early in the development cycle. Can be extended for additional policies. By Checkmarxย ย 3286โญย ย ย 519๐ดnotary) - a server and a client for running and interacting with trusted collections. By @TUFย ย 1668โญย ย ย 421๐ดoscap-docker) - OpenSCAP provides oscap-docker tool which is used to scan Docker containers and images. By OpenSCAP- ๐ Prisma Cloud ๐ฒ - (previously Twistlock Security Suite) detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications.
ย ย 8384โญย ย ย 772๐ดSyft) - CLI tool and library for generating a Software Bill of Materials (SBOM) from container images and filesystems.ย ย 8664โญย ย ย 983๐ดSysdig Falco) - Sysdig Falco is an open source container security monitor. It can monitor application, container, host, and network activity and alert on unauthorized activity.- ๐ Sysdig Secure ๐ฒ - Sysdig Secure addresses run-time security through behavioral monitoring and defense, and provides deep forensics based on open source Sysdig for incident response.
- ๐ Trend Micro DeepSecurity ๐ฒ - Trend Micro DeepSecurity offers runtime protection for container workloads and hosts as well as preruntime scanning of images to identify vulnerabilities, malware and content such as hardcoded secrets.
ย 31951โญย ย 2949๐ดTrivy) - Aqua Security's open source simple and comprehensive vulnerability scanner for containers (suitable for CI).
ย ย 1061โญย ย ย 275๐ดdocker-consul) by @progriumย ย ย ย ย 3โญย ย ย ย ย 1๐ดdocker-dns) - Lightweight DNS forwarder for Docker containers, resolves container names with custom suffixes (e.g..docker) on the host to simplify service discovery by @bytesharkyย 51522โญย 10323๐ดetcd) - Distributed reliable key-value store for the most critical data of a distributed system by @etcd-io (former part of CoreOS)ย 37934โญย ย 8242๐ดistio) - An open platform to connect, manage, and secure microservices by @istioย ย ย ย 52โญย ย ย ย ย 3๐ดproxy) ๐ - lightweight nginx based load balancer self using service discovery provided by registrator. by @factorishย ย 4678โญย ย ย 909๐ดregistrator) - Service registry bridge for Docker by @gliderlabs and @progrium
ย ย ย ย 94โญย ย ย ย 19๐ดBlockbridge) ๐ฒ- The Blockbridge plugin is a volume plugin that provides access to an extensible set of container-based persistent storage options. It supports single and multi-host Docker environments with features that include tenant isolation, automated provisioning, encryption, secure deletion, snapshots and QoS. By @blockbridgeย ย 1304โญย ย ย 133๐ดConvoy) ๐ - an open-source Docker volume driver that can snapshot, backup and restore Docker volumes anywhere. By @rancherย ย ย 793โญย ย ย ย 99๐ดDocker Machine NFS) ๐ - Activates NFS for an existing boot2docker box created through Docker Machine on OS X.ย ย ย 169โญย ย ย ย 26๐ดDocker Unison) - ๐ A docker volume container using Unison for fast two-way folder sync. Created as an alternative to slow boot2docker volumes on OS X. By @leighmcculloch-
ย ย ย ย 21โญย ย ย ย ย 1๐ดLabel Backup) - A lightweight, Docker-aware backup agent that automatically discovers and backs up containerized databases (PostgreSQL, MySQL, MongoDB, Redis) based on Docker labels. Supports local storage and S3-compatible destinations with flexible scheduling via cron expressions.
ย ย 3378โญย ย ย 126๐ดDocker Volume Backup) Backup Docker volumes locally or to any S3 compatible storage. By @offenย ย ย 881โญย ย ย 126๐ดLocal Persist) Specify a mountpoint for your local volumes (created viadocker volume create) so that files will always persist and so you can mount to different directories in different containers.ย 60325โญย ย 7057๐ดMinio) - S3 compatible object storage server in Docker containersย ย 1143โญย ย ย 166๐ดNetshare) Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin. By @ContainX- ๐ portworx ๐ฒ - Decentralized storage solution for persistent, shared and replicated volumes.
- ๐ quobyte ๐ฒ - fully fault-tolerant distributed file system with a docker volume driver
ย ย 2222โญย ย ย 333๐ดREX-Ray) provides a vendor agnostic storage orchestration engine. The primary design goal is to provide persistent storage for Docker, Kubernetes, and Mesos. By@thecodeteam (DELL Technologies)ย ย ย ย ย 1โญย ย ย ย ย 1๐ดStoridge) ๐ฒ - Software-defined Persistent Storage for Kubernetes and Docker Swarm
- JetBrains IDEs (IntelliJ IDEA, GoLand, WebStorm, CLion etc.) has ๐ built-in Docker plugin
- Eclipse ๐ Docker Tooling plugin
ย ย ย ย 97โญย ย ย ย ย 5๐ดdenops-docker.vim) - ๐ Manage docker containers and images in Vim. By @skanehiraย ย ย 176โญย ย ย ย ย 5๐ดdocker.vim) ๐ - Manage docker containers and images in Vim. By @skanehiraย ย ย 809โญย ย ย ย 81๐ดdocker.el) Manage docker from Emacs by @Silex
Native desktop applications for managing and monitoring docker hosts and clusters
- ๐ Docker Desktop - Official native app. Only for Windows and MacOS
ย ย ย 156โญย ย ย ย ย 4๐ดDocker DB Manager) - Desktop app for managing Docker database containers with visual interface and one-click operations.ย ย ย 792โญย ย ย 109๐ดDockeron) ๐ - A project built on Electron + Vue.js for Docker on desktop. @fluency03ย ย 2183โญย ย ย 111๐ดDockStation) - A developer centric UI to configure, monitor, and manage services and containers ๐ @dock_stationย ย ย 187โญย ย ย ย 21๐ดLifeboat) - ๐ An easy way to launch Docker projects with a graphical interface on your Mac. @jplhomerย ย ย 607โญย ย ย ย 96๐ดSimple Docker UI) - built on Electron. Byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@felixgborrego)ย ย ย 369โญย ย ย ย 13๐ดStevedore) - Good Docker Desktop replacement for Windows. Both Linux and Windows Containers are supported. @slonopotamus
ย ย ย 422โญย ย ย ย 33๐ดctop (1)) - ๐ A command line / text based Linux Containers monitoring tool that works just like you expect (Python) by @yadutafย 17609โญย ย ย 584๐ดctop (2)) - ๐ Top-like interface for container metrics (Golang) byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@bcicen)ย ย ย ย 43โญย ย ย ย ย 3๐ดd4s) - A fast, keyboard-driven terminal UI to manage Docker containers, Compose stacks, and Swarm services with the ergonomics of K9s byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@jr-k)ย 53355โญย ย 1941๐ดdive) - A tool for exploring each layer in a docker image. By wagoodman.ย ย ย 124โญย ย ย ย 11๐ดdockdash) detailed stats. By @byrnedoย ย ย 782โญย ย ย ย 33๐ดDocker-mon) ๐ - Console-based Docker monitoring by @icecrimeย ย 4007โญย ย ย 164๐ดdockly) - An interactive shell UI for managing Docker containers by @lirantalย ย ย 274โญย ย ย ย ย 5๐ดDockMate) - Lightweight terminal-based Docker and Podman manager with a text-based user interface, by @shubh-io.ย ย 2542โญย ย ย 291๐ดDockSTARTer) - DockSTARTer helps you get started with home server apps running in Docker by GhostWritersย ย 2337โญย ย ย 102๐ดdocui) - ๐ An interactive shell UI for managing Docker containers. Also works in Windows. By @skanehiraย ย ย ย 35โญย ย ย ย ย 1๐ดdprs) - A developer-focused TUI for managing Docker containers with real-time log streaming and container management. Built with Rust. By @durableprogrammingย ย 3224โญย ย ย 102๐ดdry) - An interactive CLI for Docker containers by @monchoย ย ย 632โญย ย ย ย 26๐ดgoManageDocker) - TUI tool to view and manage your docker objects blazingly fast with sensible keybindings, also supports VIM navigation out of the box by @ajay-dsanย 49743โญย ย 1578๐ดlazydocker) - The lazier way to manage everything docker. A simple terminal UI for both docker and docker-compose, written in Go with the gocui library. By @jesseduffieldย ย 1117โญย ย ย ย 27๐ดlazyjournal) - A interface for reading and filtering the logs output of Docker and Podman containers like Dozzle but for the terminal with support for fuzzy find, regex and output coloringย ย 1514โญย ย ย ย 41๐ดoxker) - A simple tui to view & control docker containers. Written in ๐ Rust, making heavy use ofย 18463โญย ย ย 573๐ดratatui) &ย ย 1210โญย ย ย 165๐ดBollard), by @mrjackwillsย ย 1042โญย ย ย ย 62๐ดsen) - ๐ Terminal user interface for docker engine, by @TomasTomecek
ย ย ย 244โญย ย ย ย 11๐ดcaptain) - Easily start and stop docker compose projects from any directory. By @jenssegersย ย ย ย 13โญย ย ย ย ย 3๐ดdcinja) - The powerful and smallest binary size of template engine for docker command line environment. By @Falldogย ย ย 114โญย ย ย ย ย 3๐ดdcp) - A simple tool for copying files from container filesystems. By @exdxย ย ย ย 22โญย ย ย ย ย 2๐ดdctl) - dctl is a Cli tool that helps developers by allowing them to execute all docker compose commands anywhere in the terminal, and more. By FabienDย ย ย 123โญย ย ย ย ย 6๐ดdecompose) - Reverse-engineering tool for docker environments. By @s0rgย ย ย ย ย 2โญย ย ย ย ย 0๐ดdocker-captain) - A friendly CLI to manage multiple Docker Compose deployments with style โ powered by Typer, Rich, questionary, and sh.ย ย ย 456โญย ย ย ย 68๐ดdocker-ls) - CLI tools for browsing and manipulating docker registries by @mayflowerย ย ย 148โญย ย ย ย ย 3๐ดdocker pushrm) - A Docker CLI plugin that lets you push the README.md file from the current directory to Docker Hub. Also supports Quay and Harbor. By @christian-korneckย ย ย 123โญย ย ย ย ย 9๐ดdockersql) - ๐ A command line interface to query Docker using SQL by @crosbymichaelย ย ย 524โญย ย ย ย 50๐ดDVM) - Docker version manager by @howtowhaleย ย ย ย 30โญย ย ย ย ย 2๐ดgoinside) - Get inside a running docker container easily. by @iamsoorenaย ย 2592โญย ย ย 271๐ดns-enter) - ๐ no more ssh, enter name spaces of container by @jpetazzoย ย ย ย ย 7โญย ย ย ย ย 2๐ดPdocker) - A simple tool to manage and maintain Docker for personal projects by @g31sย ย ย 109โญย ย ย ย ย 6๐ดproco) - Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment. by @shiwaforceย ย 1704โญย ย ย 172๐ดreg) - ๐ Docker registry v2 command line client by @genuinetoolsย ย ย ย 95โญย ย ย ย 17๐ดscuba) - Transparently use Docker containers to encapsulate software build environments, by @JonathonReinhartย 10449โญย ย ย 903๐ดskopeo) - Work with remote images registries - retrieving information, images, signing content by @containersย ย ย ย 86โญย ย ย ย ย 3๐ดsupdock) - Allows for slightly more visual usage of Docker with an interactive prompt. By @segersnielsย ย ย ย 58โญย ย ย ย ย 3๐ดtsaotun) - Python based Assistance for Docker by @qazbnm456ย ย ย 658โญย ย ย ย 41๐ดwharfee) - ๐ Autocompletion and syntax highlighting for Docker commands. by @j-bennet
ย ย ย ย ย 4โญย ย ย ย ย 1๐ดdext-docker-registry-plugin) - Search the Docker Registry with the Dext smart launcher. By @vutranย ย ย 660โญย ย ย ย 89๐ดdocker-ssh) - SSH Server for Docker containers ~ Because every container should be accessible. By @jeroenpeetersย ย 7399โญย ย ย 399๐ดdockercraft) - ๐ Docker + Minecraft = Dockercraft by @dockerย ย ย 561โญย ย ย ย 82๐ดdockerfile-mode) An emacs mode for handling Dockerfiles by @spotifyย ย ย ย 56โญย ย ย ย ย 9๐ดMultiDocker) - Create a secure multi-user Docker machine, where each user is segregated into an indepentent container.ย ย ย ย 61โญย ย ย ย ย 6๐ดPowerline-Docker) - A Powerline segment for showing the status of Docker containers by @adrianmo
ย ย ย 258โญย ย ย ย 64๐ดAdmiral) - ๐ Admiralโข is a highly scalable and very lightweight Container Management platform for deploying and managing container based applications. By VMWareย ย ย ย 84โญย ย ย ย ย 5๐ดCASA) - Outsource the administration of a handful of containers to your co-workers, by @knrdlย ย ย 258โญย ย ย ย 46๐ดContainer Web TTY) - Connect your containers via a web-tty @wrflyย ย ย 752โญย ย ย ย 36๐ดdockemon) - Docker Container Management GUI by @productiveopsย ย 1545โญย ย ย 229๐ดDocker Compose UI) - ๐ Manage docker-compose via HTTP. docker-compose-ui runs in a Docker container, mounts the hosts docker socket and exposes a RESTful API and AngularJS GUIย ย ย 672โญย ย ย ย 61๐ดDocker Registry Browser) - Web Interface for the Docker Registry HTTP API v2 by @klausmeyerย ย 3331โญย ย ย 359๐ดDocker Registry UI (Joxit)) - ๐ The simplest and cleanest UI for private registries by @Joxitย ย ย 895โญย ย ย 147๐ดDocker Registry UI) - A web UI for easy private/local Docker Registry integration by @atcolย ย ย 548โญย ย ย 133๐ดdocker-registry-web) - Web UI, authentication service and event recorder for private docker registry v2 by @mkuchinย ย 3349โญย ย ย 594๐ดdocker-swarm-visualizer) - Visualizes Docker services on a Docker Swarm (for running demos).ย ย ย ย 25โญย ย ย ย ย 3๐ดdockering-on-rails) ๐ - Simple Web-Interface for Docker with a lot of features byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@Electrofenster)ย ย ย ย 12โญย ย ย ย ย 0๐ดDockerSurfer) ๐ - A web service for analyze and browse dependencies between Docker images in the Docker registry, byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@Simone-Erba)ย 22059โญย ย ย 696๐ดdockge) - easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager by @louislam.ย 10257โญย ย ย 272๐ดKomodo) - A tool to build and deploy software on many serversย ย 1693โญย ย ย ย 95๐ดKubevious) - A highly visual web UI for Kubernetes which renders configuration and state in an application centric way by @rubenhak.ย ย ย 667โญย ย ย ย 48๐ดMafl) - Minimalistic flexible homepage byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@hywax)ย 77769โญย ย 6339๐ดnetdata) - Real-time performance monitoringย ย 5351โญย ย ย 283๐ดOctoLinker) - A browser extension for GitHub that makes the image name in aDockerfileclickable and redirect you to the related Docker Hub page.ย 36589โญย ย 2774๐ดPortainer) - A lightweight management UI for managing your Docker hosts or Docker Swarm clusters by @portainerย ย ย 147โญย ย ย ย 24๐ดRapid Dashboard) - A simple query dashboard to use Docker Remote API byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@ozlerhakan)ย ย 1939โญย ย ย 268๐ดSeagull) - Friendly Web UI to monitor docker daemon. by @tobegit3hubย ย 3406โญย ย ย 311๐ดSwarmpit) - Swarmpit provides simple and easy to use interface for your Docker Swarm cluster. You can manage your stacks, services, secrets, volumes, networks etc.ย ย ย 667โญย ย ย ย 83๐ดSwirl) - Swirl is a web management tool for Docker, focused on swarm cluster Byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@cuigh)ย 21369โญย ย 2797๐ดTheia) - Extensible platform to develop full-fledged multi-language Cloud & Desktop IDE-like products with state-of-the-art web technologies.ย ย ย ย 45โญย ย ย ย ย 4๐ดYacht) ๐ง - A Web UI for docker that focuses on templates and ease of use in order to make deployments as easy as possible. By @SelfhostedPro
Tools and applications that are either installed inside containers or designed to be run as a ๐ sidecar
ย ย 1071โญย ย ย ย 72๐ดamicontained) - Container introspection tool. Find out what container runtime is being used as well as features available by @genuinetoolsย ย ย 178โญย ย ย ย 31๐ดChaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by @garywizย ย ย ย 56โญย ย ย ย ย 6๐ดckron) - A cron-style job scheduler for docker, by @nicomt- CoreOS - Linux for Massive Server Deployments
ย 22239โญย ย 1352๐ดdistroless) - Language focused docker images, minus the operating system, by @GoogleContainerToolsย ย 5721โญย ย ย 530๐ดdocker-alpine) - A super small Docker base image (5MB) using Alpine Linux by @gliderlabsย ย 4614โญย ย ย 616๐ดdocker-gen) - Generate files from docker container meta-data by @jwilderย ย ย 193โญย ย ย ย 17๐ดdockerize) - Utility to simplify running applications in docker containers by @jwilder, @powermanย ย 4945โญย ย ย 355๐ดGoSu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by @tianonย ย ย 231โญย ย ย ย 16๐ดis-docker) - Check if the process is running inside a Docker container by @sindresorhusย ย ย 340โญย ย ย ย 26๐ดlstags) - sync Docker images across registries by @ivanilvesย ย ย 123โญย ย ย ย ย 1๐ดmicrocheck) - Lightweight health check utilities for Docker containers (75 KB instead of 9.3 MB for httpcheck versus cURL) in pure C - http(s), port checks, and parallel execution are included. by @tarampampamย 17487โญย ย 2045๐ดNVIDIA-Docker) - ๐ The NVIDIA Container Runtime for Docker by @NVIDIAย ย ย ย ย ?โญย ย ย ย ย ?๐ดOfelia) - Ofelia is a modern and low footprint job scheduler for docker environments, built on Go. Ofelia aims to be a replacement for the old fashioned cron. Supports configuration from container labels and/or configuration files.ย ย ย ย 20โญย ย ย ย ย 2๐ดSparkView) - Access VMs, desktops, servers or applications anytime and from anywhere, without complex and costly client roll-outs or user management.ย ย 1017โญย ย ย 103๐ดsu-exec) - This is a simple tool that will simply execute a program with different privileges. The program will be executed directly and not run as a child, like su and sudo does, which avoids TTY and signal issues. Why reinvent gosu? This does more or less exactly the same thing as gosu but it is only 10kb instead of 1.8MB. By ncopaย ย ย ย 13โญย ย ย ย ย 1๐ดsue) - Executes a program as a user different from the user running sue. This is a maintainable alternative to ncopa/su-exec, which is the better tianon/gosu. This one is far better (higher performance, smaller size), than the original gosu, however it is far easier to maintain, than su-exec, which is written in plain C. Made by Akitoย ย 2378โญย ย ย 140๐ดsupercronic) - crontab-compatible job runner, designed specifically to run in containers byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@aptible)ย ย ย ย 31โญย ย ย ย ย 5๐ดTrivialRC) - A minimalistic Runtime Configuration system and process manager for containers @vorakl
Applications designed to help or simplify building new images
ย ย ย 692โญย ย ย ย 74๐ดansible-bender) - A tool utilisingansibleandbuildahby @TomasTomecekย ย 8614โญย ย ย 878๐ดbuildah) - A tool that facilitates building OCI images by @containersย ย 9770โญย ย 1364๐ดBuildKit) - Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit by @moby projectย ย ย 113โญย ย ย ย 44๐ดcekit) - A tool used by openshift to build base images using different build engines by @cekit.ย ย 3801โญย ย ย 232๐ดcontainer-diff) - ๐ An image tool for comparing and analyzing container images by @GoogleContainerToolsย ย ย ย 64โญย ย ย ย ย 3๐ดcontainer-factory) - Produces Docker images from tarballs of application source code by @mutableย ย ย ย 38โญย ย ย ย 16๐ดcopy-docker-image) - Copy a Docker image between registries without a full Docker installation by @mdlavinย ย ย 694โญย ย ย 109๐ดDerrick) - A tool help you to automate the generation of Dockerfile and dockerize application by scanning the code. By @alibaba.ย ย ย 445โญย ย ย ย 12๐ดdlayer) - docker layer analyzer by @orisanoย ย ย ย 47โญย ย ย ย ย 9๐ดdocker-companion) - A command line tool written in Golang to squash and unpack docker images byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@mudler)ย ย ย ย 99โญย ย ย ย 20๐ดdocker-make) - Build, tag,and push a bunch of related docker images via a single command.ย ย ย 203โญย ย ย ย 13๐ดdocker-replay) - Generatedocker runcommand and options from running containers. By bcicenย ย ย 151โญย ย ย ย ย 3๐ดdocker-repack) - Repacks a Docker image into a smaller, more efficient version that makes it significantly faster to pull. By orfย ย ย 140โญย ย ย ย 25๐ดDockerMake) - A reproducible Docker image build system for complex software stacks. By @avirshupย 22967โญย ย ย 820๐ดDockerSlim) shrinks fat Docker images creating the smallest possible images.ย ย ย 228โญย ย ย ย 10๐ดDockly) - Dockly is a gem made to ease the pain of packaging an application in Docker byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@swipely)ย ย ย 260โญย ย ย ย 12๐ดdockramp) ๐ - Proof of Concept: A Client Driven Docker Image Builder by @jlhawnย ย ย ย 38โญย ย ย ย ย 0๐ดessex) - Boilerplate for Docker Based Projects: Essex is a CLI utility written in bash to quickly setup clean and consistent Docker projects with Makefile driven workflows. @jamesbrinkย ย ย 506โญย ย ย 100๐ดHPC Container Maker) - Generates Dockerfiles from a high level Python recipe, including building blocks for High-Performance Computing components by @NVIDIAย ย 3985โญย ย ย 233๐ดimg) - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder by @genuinetoolsย 15749โญย ย 1525๐ดkaniko) - Build Container Images In Kubernetes. By @GoogleContainerToolsย ย 2396โญย ย ย 152๐ดmakisu) - ๐ Uber's fast and flexible unprivileged image builder for Mesos and Kubernetes, with distributed cache support. By @uber- ๐ packer - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef, puppet, ansible
ย ย ย 134โญย ย ย ย 16๐ดportainer) - Apache Mesos framework for building Docker images by @duedil-ltd- ๐ Production-Ready Python Containers ๐ฒ - A template for creating production-ready Docker images for Python applications.
ย ย ย 560โญย ย ย ย 35๐ดRAUDI) - A tool to automatically update (and optionally push to Docker Hub) Docker Images for 3rd party software whenever theres is a new release/update/commit. By @SecSIย ย 2911โญย ย ย 163๐ดrunlike) - Generatedocker runcommand and options from running containers by @lavieย ย ย 183โญย ย ย ย 11๐ดSkinnyWhale) ๐ - Skinnywhale helps you make smaller (as in megabytes) Docker containers.ย ย ย 602โญย ย ย ย 34๐ดSmith) - ๐ A Micocontainer Builder and can perform multi-stage builds after the image is built Oracleย ย ย ย 11โญย ย ย ย ย 0๐ดuserdef) - An advancedadduserfor your Alpine based Docker images. Made by Akitoย ย 1183โญย ย ย 102๐ดWhaler) - Program to reverse Docker images into Dockerfiles byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@P3GLEG).ย ย ย 391โญย ย ย ย 20๐ดWhales) - A tool to automatically dockerize your applications by @icalialabs.
ย ย ย ย 66โญย ย ย ย 11๐ดchaperone-docker) - A set of images using the Chaperone process manager, including a lean Alpine image, LAMP, LEMP, and bare-bones base kits.ย ย ย 185โญย ย ย ย 21๐ดDockerfile Generator)dfgis both a Go library and an executable that produces valid Dockerfiles using various input channels.- ๐ Dockerfile Project - Trusted Automated Docker Builds. Dockerfile Project maintains a central repository of Dockerfile for various popular open source software services runnable on a Docker container.
ย ย ย 253โญย ย ย ย 16๐ดdockerfilegraph) - Visualize your multi-stage Dockerfiles. By @PatrickHoeflerย ย ย ย 97โญย ย ย ย 13๐ดDockershelf) - A repository that serves as a collector for docker recipes that are universal, efficient and slim. Images are updated, tested and published daily via a Travis cron job. Maintained by @CollageLabs.ย ย ย ย 21โญย ย ย ย ย 5๐ดdockmoor) ๐ - Manage docker image references and help to create reproducible builds with Docker. By @MeneDev- Vektorcloud - A collection of minimal, Alpine-based Docker images
Examples by:
- ๐ @0xy
ย ย ย 250โญย ย ย 212๐ด@arun-gupta)ย ย ย ย 64โญย ย ย ย 10๐ด@awesome-startup)ย ย ย 299โญย ย ย ย 63๐ด@crosbymichael)ย 13957โญย ย 2531๐ด@jessfraz)ย ย ย 585โญย ย ย 493๐ด@komljen)ย ย ย 828โญย ย ย 721๐ด@kstaken)ย ย ย ย 23โญย ย ย ย ย 1๐ด@ondrejmo)ย ย 3205โญย ย ย 789๐ด@vimagick)
ย ย ย 177โญย ย ย ย ย 6๐ดDockadvisor) - Lightweight Dockerfile linter with 60+ rules, quality scoring, and security checks by @deckrunย ย ย 130โญย ย ย ย ย 5๐ดdocker-image-size-limit) - A tool to keep an eye on your docker images size.ย ย ย ย 46โญย ย ย ย ย 3๐ดDockerfile Linter action) - The linter lets you verify Dockerfile syntax to make sure it follows the best practices for building efficient Docker images.ย ย ย 440โญย ย ย ย 21๐ดdockfmt) ๐ง - Dockerfile formatter and parser by @jessfrazย ย 1032โญย ย ย ย 83๐ดFROM:latest) - An opinionated Dockerfile linter by @replicatedhqย 11953โญย ย ย 487๐ดHadolint) - A Dockerfile linter that checks for best practices, common mistakes, and is also able to lint any bash written inRUNinstructions; by @lukasmartinelliย ย ย ย 37โญย ย ย ย ย 9๐ดWhale-linter) - ๐ A simple and small Dockerfile linter written in Python3+ without dependencies by @jeromepin
ย ย 4145โญย ย ย 809๐ดopencontainer) - A convention and shared namespace for Docker labels defined by OCI Image Spec.
Services to securely store your Docker images.
- ๐ Amazon Elastic Container Registry ๐ฒ - Amazon Elastic Container Registry (ECR) is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images.
- ๐ Azure Container Registry ๐ฒ - Manage a Docker private registry as a first-class Azure resource
ย ย ย ย 11โญย ย ย ย ย 2๐ดCargoOS) - A bare essential OS for running the Docker Engine on bare metal or Cloud. By @RedCoolBeansย ย ย ย 59โญย ย ย ย 18๐ดcleanreg) - A small tool to delete image manifests from a Docker Registry implementing the API v2, dereferencing them for the GC by @hcguersoy- ๐ Cloudsmith ๐ฒ - A fully managed package management SaaS, with first-class support for public and private Docker registries (and many others, incl. Helm charts for the Kubernetes ecosystem). Has a generous free-tier and is also completely free for open-source.
- ๐ Container Registry Service ๐ฒ - Harbor based Container Management Solution as a Service for teams and organizations. Free tier offers 1 GB storage for private repositories.
- ๐ Cycle.io ๐ฒ - Bare-metal container hosting.
- ๐ DigitalOcean ๐ฒ - DigitalOcean Container Registry.
- ๐ Docker Hub provided by Docker Inc.
- Docker Registry v2 - The Docker toolset to pack, ship, store, and deliver content
ย ย ย 709โญย ย ย ย 33๐ดDocket) - Custom docker registry that allows for lightning fast deploys through bittorrent byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@netvarun)ย ย 3032โญย ย ย 373๐ดDragonfly) - Provide efficient, stable and secure file distribution and image acceleration based on p2p technology.- ๐ GCP Artifact Registry ๐ฒ Fast, private Docker image storage on Google Cloud Platform.
- ๐ Gitea Container Registry - Integrated Docker registry in Gitea, ideal for private, small-scale image hosting.
- ๐ GitHub Container Registry - GitHub's solution for storing and managing Docker images, with tight integration into GitHub Actions.
- ๐ GitLab Container Registry - Registry focused on using its images in GitLab CI
ย 27590โญย ย 5107๐ดHarbor) An open source trusted cloud native registry project that stores, signs, and scans content. Supports replication, user management, access control and activity auditing. By ๐ CNCF formerly VMWare- ๐ JFrog Artifactory ๐ฒ - Artifact Repository Manager, can be used as private Docker Registry as well
ย ย 6646โญย ย ย 467๐ดKraken) - Uber's Highly scalable P2P docker registry, capable of distributing TBs of data in seconds.ย ย ย ย ย 1โญย ย ย ย ย 0๐ดnscr) - A light-weight, self-contained container registry that's easy to run and maintain.- ๐ Quay.io ๐ฒ (part of CoreOS) - Secure hosting for private Docker repositories
ย ย ย ย 15โญย ย ย ย ย 0๐ดRegistryo) - UI and token based authentication server for onpremise docker registry- ๐ RepoFlow - A simple and easy-to-use package management platform with Docker support alongside other formats like PyPI, Maven, npm, and Helm. Includes smart search, built-in Docker image scanning, and a great free option for both self-hosted and cloud use.
ย ย ย ย 18โญย ย ย ย ย 4๐ดRescoyl) - Private Docker registry (free and open source) by @noteed- ๐ Sonatype Nexus Repository - Manage binaries and build artifacts across your software supply chain.
ย ย ย 137โญย ย ย ย ย 7๐ดahab) - Docker event handling with Python by @instacartย ย ย 178โญย ย ย ย 13๐ดclj-docker-client) ๐ - Idiomatic Clojure client for the Docker remote API. By @lispycloudsย ย ย 145โญย ย ย ย ย 8๐ดcontajners) - An idiomatic, data-driven, REPL friendly Clojure client for OCI container engines. By @lispycloudsย ย ย 118โญย ย ย ย 28๐ดDocker Client for JVM) - A Docker remote api client library for the JVM, written in Groovy by @gesellix- ๐ Docker Client TypeScript - Docker API client for JavaScript, automatically generated from Swagger API definition from moby repository. By @masaeedu
ย ย 1436โญย ย ย 541๐ดdocker-client) ๐ - Java client for the Docker remote API. By @spotifyย ย ย 240โญย ย ย ย 31๐ดdocker-controller-bot) - Telegram bot to control docker containers. Byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@dgongut)ย ย ย 433โญย ย ย ย 90๐ดdocker-it-scala) - Docker integration testing kit with Scala by @whisklabsย ย ย 274โญย ย ย ย 55๐ดdocker-java-api) - Lightweight, truly object-oriented, Java client for Docker's API. By @amihaiemilย ย 1928โญย ย ย 655๐ดdocker-maven-plugin) - A Maven plugin for running and creating Docker images by @fabric8ioย ย ย 288โญย ย ย ย 87๐ดDocker-PowerShell) - ๐ PowerShell Module for Dockerย ย 2400โญย ย ย 405๐ดDocker.DotNet) - C#/.NET HTTP client for the Docker remote API by @ahmetbย ย ย ย 42โญย ย ย ย 21๐ดDocker.Registry.DotNet) - .NET (C#) Client Library for interacting with a Docker Registry API (v2) @rquackenbushย ย 2740โญย ย ย 483๐ดdockerfile-maven) - ๐ A Maven plugin for building and pushing Docker images by @spotifyย ย 4819โญย ย ย 486๐ดdockerode) - Docker Remote API node.js module by @apocasย ย ย ย 76โญย ย ย ย 15๐ดDoMonit) - A simple Docker Monitoring wrapper For Docker APIย ย ย ย ย ?โญย ย ย ย ย ?๐ดgo-dockerclient) - Go HTTP client for the Docker remote API byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@fsouza)ย ย ย ย 81โญย ย ย ย 17๐ดGradle Docker plugin) - A Docker remote api plugin for Gradle by @gesellixย ย ย 581โญย ย ย 187๐ดlibcompose) - ๐ Go library for Docker Compose.ย ย ย ย 74โญย ย ย ย 16๐ดPortainer stack utils) ๐ง - Bash script to deploy/update/undeploy Docker stacks in a Portainer instance from a docker-compose yaml file. By @greenled.ย ย ย 179โญย ย ย ย 33๐ดsbt-docker-compose) - ๐ Integrates Docker Compose functionality into sbt byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@kurtkopchik)ย ย ย 734โญย ย ย 112๐ดsbt-docker) - Create Docker images directly from sbt by @marcuslonnberg
- ๐ Buddy ๐ฒ - The best of Git, build & deployment tools combined into one powerful tool that supercharged our development.
ย ย ย 775โญย ย ย ย 48๐ดCaptain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by @harbur.ย ย 1073โญย ย ย 171๐ดCyclone) - Powerful workflow engine and end-to-end pipeline solutions implemented with native Kubernetes resources by @caicloud.ย ย ย 145โญย ย ย ย 23๐ดDefang) - Deploy Docker Compose to your favorite cloud in minutes by @DefangLabs- ๐ Depot ๐ฒ - Build Docker images fast, in the cloud. Blazing fast compute, automatic intelligent caching, and zero configuration. ๐ Done in seconds.
ย ย 4399โญย ย ย 144๐ดDiun) - Receive notifications when an image or repository is updated on a Docker registry by @crazy-max.ย ย 2209โญย ย ย ย 76๐ดdockcheck) - A script checking updates for docker images without pulling then auto-update selected/all containers. With notifications, pruning and more.ย ย ย ย ย ?โญย ย ย ย ย ?๐ดDocker plugin for Jenkins) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave.ย 33879โญย ย 2890๐ดDrone) - Continuous integration server built on Docker and configured using YAML files.ย ย ย ย 85โญย ย ย ย ย 4๐ดGantry) - Automatically update selected Docker swarm services.- ๐ GitLab Runner - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners.
ย ย ย ย 93โญย ย ย ย 70๐ดGOCD-Docker) ๐ - Go Server and Agent in docker containers to provision.ย ย ย ย 38โญย ย ย ย ย 4๐ดJaypore CI) - Simple, very flexible, powerful CI / CD / automation system configured in Python. Offline and local first.ย ย ย 160โญย ย ย ย 20๐ดKraken CI) - Modern CI/CD, open-source, on-premise system that is highly scalable and focused on testing. One of its executors is Docker. Developed by @Kraken-CI.ย ย ย 145โญย ย ย ย 38๐ดMicroservices Continuous Deployment) - Continuous deployment of a microservices application.ย ย ย 966โญย ย ย 133๐ดmu) - Tool to configure CI/CD of your container applications via AWS CodePipeline, CodeBuild and ECS @Stelligentย ย 1612โญย ย ย 158๐ดOuroboros) ๐ - Automatically update running Docker containers with notificationsย ย ย 307โญย ย ย ย 62๐ดPopper) - Github actions workflow (HCL syntax) execution engine.- ๐ Screwdriver ๐ฒ - Yahoo's OpenSource buildplatform designed for Continous Delivery.
ย ย ย ย 50โญย ย ย ย 22๐ดSkipper) - Easily dockerize your Git repository by @Stratoscaleย ย ย ย 58โญย ย ย ย ย 6๐ดSwarmCI) - Create a distributed, isolated task pipeline in your Docker Swarm.- ๐ Tekton CD - A cloud-native pipeline resource.
ย 24505โญย ย 1128๐ดWatchtower) - Automatically update running Docker containers
ย ย ย 676โญย ย ย ย 47๐ดbatect) - ๐ build and testing environments as code tool: Dockerised build and testing environments made easy by @charleskornย ย ย 673โญย ย ย ย 24๐ดBinci) - Containerize your development workflow. (formerly DevLab by @TechnologyAdvice)ย ย 8296โญย ย 1274๐ดBoot2Docker) ๐ - Docker for OSX and Windowsย 12259โญย ย 1165๐ดcoder) - remote development machines powered by Terraform or Docker by @coderย ย ย ย 24โญย ย ย ย ย 5๐ดconstrui) - Run your builds inside a Docker defined environment by @lstephenย ย ย 273โญย ย ย ย 18๐ดCrashcart) - ๐ Sideload Linux binaries into a running container for troubleshooting by @Oracleย ย ย ย 46โญย ย ย ย ย 9๐ดdde) ๐ง - Local development environment toolset based on Docker. By @whatwedoย ย ย 195โญย ย ย ย 17๐ดDevstep) ๐ - Development environments powered by Docker and buildpacks by @fgrehmย ย 2111โญย ย ย 106๐ดDinghy) - ๐ An alternative way to use Docker on Mac OS X using Docker Machine with virtualbox, vmware, xhyve or parallelsย ย 1319โญย ย ย ย 50๐ดDIP) - CLI utility for straightforward provisioning and interacting with an application configured by docker-compose. By @bibendiย ย 2328โญย ย ย ย 52๐ดDLite) ๐ - Simplest way to use Docker on OSX, no VM needed. By @nlfย ย ย 315โญย ย ย ย 34๐ดdobi) - A build automation tool for Docker applications. By @dnephinย ย ย ย 30โญย ย ย ย ย 6๐ดDocker Missing Tools) - A set of bash commands to shortcut typical docker dev-ops. An alternative to creating typical helper scripts like "build.sh" and "deploy.sh" inside code repositories. By @NandoQuintana.ย ย 1430โญย ย ย ย 99๐ดDocker osx dev) ๐ - A productive development environment with Docker on OS X by @brikis98ย ย ย ย 31โญย ย ย ย ย 2๐ดDocker-Arch) - Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file. By @Ph3nolย ย 3566โญย ย ย 285๐ดDocker-sync) - Drastically improves performance (ย ย ย ย ย ?โญย ย ย ย ย ?๐ด50-70x)) when using Docker for development on Mac OS X/Windows and Linux while sharing code to the container. By @EugenMayerย ย ย ย 43โญย ย ย ย ย 8๐ดdocker-vm) - Simple and transparent alternative to boot2docker (backed by Vagrant) by @shyikoย ย ย ย 14โญย ย ย ย ย 4๐ดDockerBuildManagement) - ๐ Build Management is a python application, installed with pip. The application makes it easy to manage a build system based on Docker by configuring a single yaml file describing how to build, test, run or publish a containerized solution.ย ย ย ย 86โญย ย ย ย 11๐ดDockerDL) - Deep Learning Docker Images. Don't waste time setting up a deep learning env when you can get a deep learning environment with everything pre-installed.ย ย ย 368โญย ย ย ย 11๐ดDusty) - ๐ Managed Docker development environments on OS Xย ย 7125โญย ย 1197๐ดEclipse Che) - Developer workspace server with Docker runtimes, cloud IDE, next-generation Eclipse IDEย ย ย 115โญย ย ย ย ย 4๐ดEnvCLI) - Replace your local installation of Node, Go, ... with project-specific docker containers. By @EnvCLIย ย ย ย 76โญย ย ย ย ย 9๐ดESP32 Linux - Docker builder) - Container solution to compile Linux and develop it for ESP32 microcontrollers - By @Hpsaturnย ย 1590โญย ย ย 119๐ดfootloose) - ๐ Spin containers that look like Virtual Machines - By @dlespiauย ย ย ย 77โญย ย ย ย 10๐ดforward2docker) ๐ - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by @bsideupย ย ย 634โญย ย ย ย 17๐ดGebug) - A tool that makes debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features, seamlessly.ย ย ย ย 20โญย ย ย ย ย 1๐ดKitt) - A portable and disposable Shell environment, based on Docker and Nix. By @sengesย ย 4220โญย ย ย 529๐ดLando) - Lando is for developers who want to quickly specify and painlessly spin up the services and tools needed to develop their projects. By ๐ Tandemย ย ย ย 33โญย ย ย ย ย 2๐ดRust Universal Compiler) - Container solution to compile Rust projects for Linux, macOS and Windows. By @Peco602ย ย ย ย 20โญย ย ย ย ย 0๐ดuniget) - uni(versal)get, the installer and updater for container tools and beyond (formerly docker-setup). By @nicholasdilleย ย 1895โญย ย ย ย 96๐ดVagga) - Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments byย ย ย ย ย ?โญย ย ย ย ย ?๐ด@tailhook)ย ย 1090โญย ย ย 119๐ดZsh-in-Docker) - Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line! By ๐ Deluan
ย ย ย ย 21โญย ย ย ย ย 1๐ดcaduc) - A docker garbage collector cleaning stuff you did not use recentlyย ย 1303โญย ย ย ย 90๐ดDocker Clean) - A script that cleans Docker containers, images and volumes by @zzrotdesignย ย ย 127โญย ย ย ย 22๐ดdocker_gc) - Image for automatic removing unused Docker Swarm objects. Also works just as Docker Service by @pdacityย ย ย 590โญย ย ย 113๐ดDocker-cleanup) ๐ - Automatic Docker image, container and volume cleanup by @meltwaterย ย ย 374โญย ย ย ย 49๐ดdocker-custodian) - Keep docker hosts tidy. By @Yelpย ย ย ย 37โญย ย ย ย ย 3๐ดdocker-garby) - ๐ Docker garbage collection script by @konstruktoid.ย ย 5024โญย ย ย 442๐ดdocker-gc) ๐ - A cron job that will delete old stopped containers and unused images by @spotifyย ย ย 682โญย ย ย ย 42๐ดDocuum) - Least recently used (LRU) eviction of Docker images by @stepchowfunย ย ย 109โญย ย ย ย 13๐ดsherdock) ๐ - Automatic GC of images based on regexp by @rancher
ย ย ย ย 81โญย ย ย ย 28๐ดAMP) ๐ - The open source unified CaaS/FaaS platform for Docker, batteries included. By @Appceleratorย ย 6754โญย ย 1173๐ดApache OpenWhisk) - a serverless, open source cloud platform that executes functions in response to events at any scale. By @apacheย ย 5792โญย ย ย 414๐ดDocker-Lambda) - ๐ Docker images and test runners that replicate the live AWS Lambda environment. By @lamb-ciย ย ย ย 26โญย ย ย ย ย 8๐ดFunker) - Functions as Docker containers example voting app. By @bfirshย ย 3219โญย ย ย 224๐ดIronFunctions) - The serverless microservices platform FaaS (Functions as a Service) which uses Docker containers to run Any language or AWS Lambda functions- ๐ Koyeb ๐ฒ - Koyeb is a developer-friendly serverless platform to deploy apps globally. Seamlessly run Docker containers, web apps, and APIs with git-based deployment, native autoscaling, a global edge network, and built-in service mesh and discovery.
ย 26091โญย ย 1971๐ดOpenFaaS) - A complete serverless functions framework for Docker and Kubernetes. By OpenFaaSย ย ย 600โญย ย ย ย 47๐ดSCAR) - Serverless Container-aware Architectures (SCAR) is a serverless framework that allows easy deployment and execution of containers (e.g. Docker) in Serverless environments (e.g. Lambda) by @grycap
ย ย 2459โญย ย ย 206๐ดContainer Structure Test) - A framework to validate the structure of an image by checking the outputs of commands or the contents of the filesystem. By @GoogleContainerToolsย ย 5866โญย ย ย 491๐ดdgoss) - A fast YAML based tool for validating docker containers.ย ย ย 181โญย ย ย ย ย 8๐ดDockerSpec) - A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily. By @zuazoย ย ย ย ย ?โญย ย ย ย ย ?๐ดDockunit) ๐ - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By @dockunitย ย ย ย 12โญย ย ย ย ย 0๐ดEZDC) - Golang test harness for easily setting up tests that rely on services in a docker-compose.yml. By @byrnedo- InSpec - InSpec is an open-source testing framework for infrastructure with a human- and machine-readable language for specifying compliance, security and policy requirements. By @chef
ย ย ย 522โญย ย ย ย 88๐ดKurtosis) - A composable build system for multi-container test environments that provides developers with: a powerful Python-like SDK for environment configuration, a compile-time validator to verify environment behavior & setup, and a runtime for environment execution, monitoring, & debugging capabilities. By ๐ Kurtosisย ย ย ย ย ?โญย ย ย ย ย ?๐ดPull Dog) - A GitHub app that automatically creates Docker-based test environments for your pull requests, from your docker-compose files. Not open source.ย ย 2974โญย ย ย 199๐ดPumba) - Chaos testing tool for Docker. Can be deployed on kubernetes and CoreOS cluster. By @alexei-led
- ๐ Ansible - Manage the life cycle of Docker containers. By RedHat
ย ย ย 895โญย ย ย ย 55๐ดAzk) - ๐ Orchestrate development environments on your local machine by @azukiappย ย ย 166โญย ย ย ย 10๐ดBeluga) ๐ - CLI to deploy docker containers on a single server or low amount of servers. By @cortextmediaย ย ย 332โญย ย ย ย 14๐ดdexec) - Command line interface written in Go for running code with Docker Exec images.ย ย ย ย 65โญย ย ย ย ย 5๐ดdockerized) - Seamlessly execute commands in a container.ย ย ย 386โญย ย ย ย 37๐ดDray) - An engine for managing the execution of container-based workflows by @CenturyLinkLabsย ย ย 140โญย ย ย ย ย 7๐ดFuGu) ๐ - Docker run wrapper without orchestration by @mattesย ย ย ย 97โญย ย ย ย 25๐ดHokusai) - A Docker + Kubernetes CLI for application developers; used to containerize an application and to manage its lifecycle throughout development, testing, and release cycles. From @artsyย ย 2187โญย ย ย ย 88๐ดPreevy) - Preview environments for Docker and Docker Compose projects. Test your changes and get feedback from devs and non-devs (Product/Design) by deploying pull requests to the your cloud provider as part of your CI pipeline.ย ย 2148โญย ย ย 110๐ดShutit) - Tool for building and maintaining complex Docker deployments by @ianmiellย ย ย 893โญย ย ย ย 63๐ดsubuser) - Makes it easy to securely and portably run graphical desktop applications in Dockerย ย ย 782โญย ย ย 118๐ดT.A.D.S. boilerplate) - ๐ The power of Ansible and Terraform + the simplicity of Docker Swarm = Infrastructure as Code and DevOps best practices. By @Thomvaillย ย ย 119โญย ย ย ย 30๐ดTerraform cloud-init config) - Terraform module for deploying a single Docker image ordocker-compose.yamlfile to any Cloudโข VMย ย ย ย 27โญย ย ย ย 12๐ดTurbo) - Simple and Powerful utility for docker. By @ramitsuranaย ย 1694โญย ย ย 163๐ดudocker) - A tool to execute simple docker containers in batch or interactive systems without root privileges by @inidigo-dc- ๐ Vagrant - Docker provider - Good starting point is
ย ย ย 113โญย ย ย ย 45๐ดvagrant-docker-example) by @bubenkoff
- ๐ CircleCI ๐ฒ - Push or pull Docker images from your build environment, or build and run containers right on CircleCI.
- ๐ CodeFresh ๐ฒ - Everything you need to build, test, and share your Docker applications. Provides automated end to end testing.
- ๐ CodeShip ๐ฒ - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated to speed and security.
- ๐ ConcourseCI ๐ฒ - A CI SaaS platform for developers and DevOps teams pipeline oriented.
- ๐ Semaphore CI ๐ฒ โ A high-performance cloud solution that makes it easy to build, test and ship your containers to production.
- ๐ TravisCI ๐ฒ - A Free github projects continuous integration Saas platform for developers and Devops.
- ๐ Amazon ECS ๐ฒ - A management service on EC2 that supports Docker containers.
- ๐ Appfleet ๐ฒ - Edge platform to deploy and manage containerized services globally. The system will route the traffic to the closest location for lower latency.
- ๐ Azure AKS ๐ฒ - Simplify Kubernetes management, deployment, and operations. Use a fully managed Kubernetes container orchestration service.
- ๐ Cloud 66 ๐ฒ - Full-stack hosted container management as a service
- ๐ Giant Swarm ๐ฒ - Simple microservice infrastructure. Deploy your containers in seconds.
- ๐ Google Container Engine ๐ฒ - Docker containers on Google Cloud Computing powered by Kubernetes.
- ๐ Mesosphere DC/OS Platform ๐ฒ - Integrated platform for data and containers built on Apache Mesos by ๐ @mesosphere
- ๐ Red Hat OpenShift Dedicated ๐ฒ - Fully-managed Red Hatยฎ OpenShiftยฎ service on Amazon Web Services and Google Cloud
- ๐ Triton ๐ฒ - Elastic container-native infrastructure by Joyent.
- ๐ Virtuozzo Application Platform ๐ฒ - Deploy and manage your projects with turnkey PaaS across a wide network of reliable service providers
ย ย ย ย ย 5โญย ย ย ย ย 6๐ดAppDynamics) - Docker Monitoring extension gathers metrics from the Docker Remote API, either using Unix Socket or TCP.- ๐ Better Stack ๐ฒ - A Docker-compatible observability stack that delivers robust log aggregation and uptime monitoring capabilities for various software application.
- ๐ Broadcom Docker Monitoring ๐ฒ - Agile Operations solutions from Broadcom deliver the modern Docker monitoring businesses need to accelerate and optimize the performance of microservices and the dynamic Docker environments running them. Monitor both the Docker environment and apps that run inside them. (former CA Technologies)
- ๐ Collecting docker logs and stats with Splunk
- ๐ Datadog ๐ฒ - Datadog is a full-stack monitoring service for large-scale cloud environments that aggregates metrics/events from servers, databases, and applications. It includes support for Docker, Kubernetes, and Mesos.
ย ย ย ย ย 4โญย ย ย ย ย 1๐ดDockStat) ๐ง - A full fletched (WIP) Docker management solution featuring plugin support and community integration by its4nik- ๐ Prometheus ๐ฒ - Open-source service monitoring system and time series database
- ๐ Site24x7 ๐ฒ - Docker Monitoring for DevOps and IT is a SaaS Pay per Host model
ย ย ย 209โญย ย ย ย 32๐ดSPM for Docker) ๐ฒ - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. @sematext- ๐ Sysdig Monitor ๐ฒ - Sysdig Monitor can be used as either software or a SaaS service to monitor, alert, and troubleshoot containers using system calls. It has container-specific features for Docker and Kubernetes.
-
Valuable Docker Links High quality articles about docker! MUST SEE
-
ย ย 9817โญย ย 2128๐ดCloud Native Landscape) -
๐ Docker Blog - regular updates about Docker, the community and tools
-
๐ Docker Certification ๐ฒ will help you to will Learn Docker containerization, running Docker containers, Image creation, Dockerfile, Docker orchestration, security best practices, and more through hands-on projects and case studies and helps to clear Docker Certified Associate.
-
๐ Docker dev bookmarks - use the tag ๐ docker
-
๐ Docker packaging guide for Python - a series of detailed articles on the specifics of Docker packaging for Python.
-
๐ Learn Docker - Learn Docker - curated list of the top online docker tutorials and courses.
-
๐ Programming Community Curated Resources for learning Docker
ย ย 1982โญย ย ย 223๐ดAwesome CI/CD) - Not specific to docker but relevant.ย 43972โญย ย 8027๐ดAwesome Compose) - Docker Compose samplesย 15815โญย ย 2354๐ดAwesome Kubernetes) by @ramitsuranaย ย 2024โญย ย ย 173๐ดAwesome Linux Container) more general about container than this repo, by @Friz-zy.273768โญย 12441๐ดAwesome Selfhosted) list of Free Software network services and web applications which can be hosted locally by running in a classical way (setup local web server and run applications from there) or in a Docker container. By @Kickballย 32814โญย ย 1914๐ดAwesome Sysadmin) by @n1truxย 16941โญย ย 1284๐ดToolsOfTheTrade) a list of SaaS and On premise applications by @cjbarber
- ๐ An Annotated Docker Config for Frontend Web Development A local development environment with Docker allows you to shrink-wrap the devops your project needs as config, making onboarding frictionless.
ย ย ย 299โญย ย ย ย 38๐ดLocal Docker DB) a list of docker-compose samples for a lot of databases by @alexmacarthurย ย ย ย 89โญย ย ย ย 18๐ดWebstack-micro) Demo web app showing how Docker Compose might be used to set up an API Gateway, centralized authentication, background workers, and WebSockets as containerized services.
- Docker Caveats What You Should Know About Running Docker In Production (written 11 APRIL 2016) MUST SEE
- ๐ Docker Containers on the Desktop - The funniest way to learn about docker by @jessfraz who also gave a ๐ presentation about it @ DockerCon 2015
- ๐ Docker vs. VMs? Combining Both for Cloud Portability Nirvana
ย ย 4094โญย ย ย 155๐ดDockerfile best practices) - This repository has best-practices for writing Dockerfiles- ๐ Don't Repeat Yourself with Anchors, Aliases and Extensions in Docker Compose Files by @King Chung Huang
- GUI Apps with Docker by @fgrehm
- ๐ Docker Pirates ARMed with explosive stuff Huge resource on clustering, swarm, docker, pre-installed image for SD card on Raspberry Pi
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดGet Docker up and running on the RaspberryPi in three steps)- ๐ git push docker containers to linux devices Modern DevOps for IoT, leveraging git and Docker.
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดInstalling, running, using Docker on armhf (ARMv7) devices)
- ๐ Bringing new security features to Docker
ย ย ย ย 11โญย ย ย ย ย 0๐ดCVE Scanning Alpine images with Multi-stage builds in Docker 17.05) by ๐ @tomwillfixitย ย ย 605โญย ย ย ย 79๐ดDocker Secure Deployment Guidelines)- ๐ Docker Security - Quick Reference
- ๐ Docker Security: Are Your Containers Tightly Secured to the Ship? SlideShare
ย ย ย ย ย ?โญย ย ย ย ย ?๐ดHow CVE's are handled on Offical Docker Images)- ๐ Lynis is an open source security auditing tool including Docker auditing
- ๐ Security Best Practices for Building Docker Images
- ๐ Software Engineering Radio interview of Docker Security Team Lead (Diogo Mรณnica)
- ๐ Ten Docker Image Security Best Practices Cheat Sheet
- ๐ Top ten most popular docker images each contain at least 30 vulnerabilities
- ๐ Tuning Docker with the newest security enhancements
- ๐ 10 best practices to containerize Node.js web applications with Docker
- ๐ Contributing to Docker by Andrew "Tianon" Page (InfoSiftr) (34:31)
- ๐ Deploying and scaling applications with Docker, Swarm, and a tiny bit of Python magic (3:11:06) by @jpetazzo
- ๐ Docker and SELinux by Daniel Walsh from Red Hat (40:23)
- ๐ Docker Course (Spanish) by @pablokbs
- ๐ Docker for Developers (54:26) by @jpetazzo <== Good introduction, context, demo
- ๐ Docker from scratch (1:22:01) on YouTube by Paris Nakita Kejser
- ๐ Docker: How to Use Your Own Private Registry (15:01)
- ๐ Docker in Production by @jpetazzo (36:05)
- ๐ Docker Primer to Docker Compose (1:56:45) on YouTube by LoginRadius
- ๐ Docker Registry from scratch (44:40) on YouTube by Paris Nakita Kejser
- ๐ Docker Swarm from scratch (1:41:28) on YouTube by Paris Nakita Kejser
- ๐ Extending Docker with Plugins (15:21)
- ๐ From Local Docker Development to Production Deployments by @jpetazzo @ AWS re:Invent 2015
- ๐ Immutable Infrastructure with Docker and EC2 by Michael Bryzek (Gilt) (42:04)
- ๐ Introduction to Docker and containers (3:09:00) by @jpetazzo
- ๐ Logging on Docker: What You Need to Know (51:27)
- ๐ Performance Analysis of Docker - Jeremy Eder (1:36:58)
- ๐ Scalable Microservices with Kubernetes Free Udacity course
- ๐ State of containers: a debate with CoreOS, VMware and Google (27:38)
- DockerOne Docker Community (in Chinese) by @LiYingJie
- ๐ Docker Community
- ๐ Docker Events
- ๐ Docker Online Meetup
- ๐ Docker Reddit Community
- ๐ Docker Tips
ย 35488โญ ย ย 3238๐ด veggiemonk/awesome-docker)