Docker

repo: veggiemonk/awesome-docker
category: Back-End Development related: Kubernetes · Nginx · Go · Terraform · Github Actions


Awesome Docker

A curated list of Docker resources and projects

If you would like to contribute, please read [CONTRIBUTING.md][contributing] first. It contains a lot of tips and guidelines to help keep things organized. Just click [README.md][editreadme] to submit a [pull request][editreadme]. If this list is not complete, you can [contribute][editreadme] 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][contributing] 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][editreadme] 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.

Contents

Legend

  • Monetized :yen:
  • Stale (2+ years inactive) :ice_cube:

What is Docker

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

Where to start

  • Benefits of using Docker for development and delivery, with a practical roadmap for adoption.

  • Bootstrapping Microservices - 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.

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

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

  • 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 :yen:

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

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

  • Practical Guide about Docker Commands in Spanish This Spanish guide contains the use of basic docker commands with real life examples.

  • 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 fhsinchy/the-docker-handbook and the projects are hosted on fhsinchy/docker-handbook-projects repository.

Cheatsheets by

Where to start (Windows)


Projects

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

  • Moby
  • Docker Images
  • Docker Compose (Define and run multi-container applications with Docker)
  • [Docker Registry][distribution] (The Docker toolset to pack, ship, store, and deliver content)

Container Operations

Container Composition

  • Capitan :ice_cube: - Composable docker orchestration with added scripting support by [byrnedo].
  • Composerize - Convert docker run commands into docker-compose files.
  • crowdr :ice_cube: - Tool for managing multiple Docker containers (docker-compose alternative).
  • ctk - Visual composer for container based workloads. By corpulent.
  • docker-config-update :ice_cube: - Utility to update docker configs and secrets for deploying in a compose file.
  • elsy :ice_cube: - An opinionated, multi-language, build tool based on Docker and Docker Compose.
  • habitus :ice_cube: - A Build Flow Tool for Docker.
  • kompose - Go from Docker Compose to Kubernetes.
  • LLM Harbor - A CLI and companion app to effortlessly run LLM backends, APIs, frontends, and services with one command. By av.
  • plash - A container run and build engine - runs inside docker.
  • podman-compose - A script to run docker-compose.yml using podman.
  • Smalte – Dynamically configure applications that require static configuration in docker container. By roquie
  • Stitchocker - A lightweight and fast command line utility for conveniently grouping your docker-compose multiple container services. By alexaandrov.

Deployment and Infrastructure

  • awesome-stacks - Deploy 150+ open-source web apps with one Docker command.
  • blackfish - A CoreOS VM to build swarm clusters for Dev & Production.
  • BosnD - BosnD, the boatswain daemon - A dynamic configuration file writer & service reloader for dynamically changing container environments.
  • Clocker :ice_cube: - 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][calico] and [Weave][weave] for networking and Brooklyn for application blueprints. By brooklyncentral.
  • Conduit :ice_cube: - Experimental deployment system for Docker.
  • depcon :ice_cube: - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [ContainX][containx].
  • docker-to-iac - Translate docker run and commit into Infrastructure as Code templates for AWS, Render.com and DigitalOcean.
  • gitkube :ice_cube: - Gitkube is a tool for building and deploying docker images on Kubernetes using git push. By Hasura.
  • Grafeas - A common API for metadata about containers, from image and build details to security vulnerabilities. By grafeas.
  • 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!.
  • 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.
  • werf - Werf is a CI/CD tool for building Docker images efficiently and deploying them to Kubernetes using GitOps.

Monitoring

  • ADRG - Dynamic Docker resource governor using cgroups v2 to manage system load.

  • Autoheal - Monitor and restart unhealthy docker containers automatically.

  • cAdvisor - Analyzes resource usage and performance characteristics of running containers.

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

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

  • Docker-Alertd :ice_cube: - Monitor and send alerts based on docker container resource usage/statistics.

  • Docker-Flow-Monitor :ice_cube: - Reconfigures Prometheus when a new service is updated or deployed automatically.

  • Docker-Sentinel - Automated container updates with per-container policies, rollback safety, and a real-time web dashboard. By Will-Luck.

  • DockProbe - Lightweight Docker monitoring dashboard in a single container. Real-time metrics, 6 anomaly detection rules, Telegram alerts, and 16 automated security scans. Zero config, ~50MB RAM. By DeepOn.

  • DockProc - I/O monitoring for containers on processlevel.

  • dockprom - Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager.

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

  • Drydock - Container update monitoring with web dashboard, 23 registry providers, 20 notification triggers, and distributed agent architecture. By CodesWhat.

  • Dynatrace - :yen: Monitor containerized applications without installing agents or modifying your Run commands.

  • Glances - A cross-platform curses-based system monitoring tool written in Python.

  • Grafana Docker Dashboard Template - A template for your Docker, Grafana and Prometheus stack [vegasbrianc][vegasbrianc].

  • HertzBeat - An open-source real-time monitoring system with custom-monitor and agentless.

  • InfluxDB, cAdvisor, Grafana :ice_cube: - InfluxDB Time series DB in combination with Grafana and cAdvisor.

  • Logspout :ice_cube: - Log routing for Docker container logs.

  • Maintenant - Self-discovering infrastructure monitoring for Docker and Kubernetes. Auto-detects containers via labels, with endpoint monitoring, heartbeats, TLS certificates, resource metrics, update intelligence, and a built-in status page. Single binary with embedded SPA. By kolapsis.

  • monit-docker :ice_cube: - Monitor docker containers resources usage or status and execute docker commands or inside containers. [decryptus][decryptus].

  • NexClipper :ice_cube: - NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes.

  • Out-of-the-box Host/Container Monitoring/Logging/Alerting Stack :ice_cube: - 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)][nginxproxy].

  • Sidekick :ice_cube: - Open source live application debugger like Chrome DevTools for your backend. Collect traces and generate logs on-demand without stopping & redeploying your applications.

  • SwarmAlert :ice_cube: - Monitors a Docker Swarm and sends Pushover alerts when it finds a container with no healthy service task running.

  • Wiremap - A self-hosted visual Docker network topology explorer with real-time log streaming, live stats, embedded terminal, and container inspection. By codeofmario.

  • Zabbix Docker :ice_cube: - Monitor containers automatically using zabbix LLD feature.

  • Zabbix Docker module :ice_cube: - 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.

Networking

  • [Calico][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][coreos].
  • Freeflow :ice_cube: - High performance container overlay networks on Linux. Enabling RDMA (on both InfiniBand and RoCE) and accelerating TCP to bare metal performance. By Microsoft.
  • 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.
  • netshoot - The netshoot container has a powerful set of networking tools to help troubleshoot Docker networking issues.
  • Pipework - Software-Defined Networking for Linux Containers, Pipework works with "plain" LXC containers, and with the awesome Docker. By [jpetazzo][jpetazzo].

Orchestration

  • Ansible Linux Docker :ice_cube: - Run Ansible from a Linux container. By [Peco602][peco602].
  • athena :ice_cube: - An automation platform with a plugin architecture that allows you to easily create and share services.
  • CloudSlang - CloudSlang is a workflow engine to create Docker process automation.
  • clusterdock :ice_cube: - Docker container orchestration to enable the testing of long-running cluster deployments.
  • Crane :ice_cube: - Control plane based on docker built-in swarm Dataman-Cloud.
  • Docker Flow Swarm Listener :ice_cube: - Docker Flow Swarm Listener project is to listen to Docker Swarm events and send requests when a change occurs. By [docker-flow][docker-flow].
  • docker rollout - Zero downtime deployment for Docker Compose services.
  • Haven :ice_cube: - Haven is a simplified container management platform that integrates container, application, cluster, image, and registry managements. By codeabovelab.
  • Kubernetes - Open source orchestration system for Docker containers by Google.
  • ManageIQ - Discover, optimize and control your hybrid IT. By ManageIQ.
  • Mesos - Resource/Job scheduler for containers, VM's and physical hosts apache.
  • Nebula - A Docker orchestration tool designed to manage massive scale distributed clusters.
  • Nomad - Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler.
  • Rancher - An open source project that provides a complete platform for operating Docker in production.
  • RedHerd Framework :ice_cube: - RedHerd is a collaborative and serverless framework for orchestrating a geographically distributed group of assets capable of simulating complex offensive cyberspace operations. By RedHerdProject.
  • Swarm-cronjob - Create jobs on a time-based schedule on Swarm by [crazy-max].

PaaS

  • caprover - [Previously known as CaptainDuckDuck] Automated Scalable Webserver Package (automated Docker+nginx) - Heroku on Steroids.
  • Convox Rack - Convox Rack is open source PaaS built on top of expert infrastructure automation and devops best practices.
  • Dcw :ice_cube: - Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels.
  • Dokku - Docker powered mini-Heroku that helps you build and manage the lifecycle of applications (originally by [progrium][progrium]).
  • Empire :ice_cube: - A PaaS built on top of Amazon EC2 Container Service (ECS).
  • Exoframe - A self-hosted tool that allows simple one-command deployments using Docker.
  • Hephy Workflow :ice_cube: - 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 Deis Workflow.
  • Krane :ice_cube: - Toolset for managing container workloads on remote servers.
  • Nanobox :ice_cube: - :yen: An application development platform that creates local environments that can then be deployed and scaled in the cloud.
  • [OpenShift][openshift] - An open source PaaS built on [Kubernetes][kubernetes] and optimized for Dockerized app development and deployment by Red Hat
  • Tsuru - Tsuru is an extensible and open source Platform as a Service software.

Reverse Proxy

  • BunkerWeb - Open-source and next-gen Web Application Firewall (WAF). By Bunkerity.
  • caddy-docker-proxy - Caddy-based reverse proxy, configured with service or container labels. By lucaslorentz.
  • caddy-docker-upstreams - Docker upstreams module for Caddy, configured with container labels. By invzhi.
  • Docker Dnsmasq Updater - Update a remote dnsmasq server with Docker container hostnames.
  • docker-flow-proxy - Reconfigures proxy every time a new service is deployed, or when a service is scaled. By [docker-flow][docker-flow].
  • fabio - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. By magiconair (Frank Schroeder).
  • idle-less - Reverse proxy with automatic Wake-on-LAN — wakes sleeping backend servers when traffic arrives, shows a waiting screen, and redirects when ready. By tvup.
  • 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.
  • 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.
  • Nginx Proxy Manager - A beautiful web interface for proxying web based services with SSL. By jc21.
  • [nginx-proxy][nginxproxy] - Automated nginx proxy for Docker containers using docker-gen by [jwilder][jwilder]
  • OpenResty Manager - The easiest using, powerful and beautiful OpenResty Manager(Nginx Enhanced Version), open source alternative to OpenResty Edge. By Safe3.
  • Swarm Router - A «zero config» service name based router for docker swarm mode with a fresh and more secure approach. By flavioaiello.
  • Træfɪk - Automated reverse proxy and load-balancer for Docker, Mesos, Consul, Etcd... By EmileVauge.

Runtime

  • cri-o - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface by cri-o.
  • lxc - LXC - Linux Containers.
  • Mocker - Docker-compatible container CLI for macOS, built on Apple's Containerization framework. By us.
  • podman - Libpod is a library used to create container pods. Home of Podman.
  • rlxc :ice_cube: - LXC binary written in Rust.
  • runtime-tools - Oci-runtime-tool is a collection of tools for working with the OCI runtime specification.

Security

  • Anchor - A tool to ensure reproducible builds by pinning dependencies inside your Dockerfiles SongStitch.
  • Anchor Enterprise - :yen: Analyze images for CVE vulnerabilities and against custom security policies.
  • Aqua Security - :yen: Securing container-based applications from Dev to Production on any platform.
  • bane :ice_cube: - AppArmor profile generator for Docker containers.
  • buildcage - Restricts outbound network access during Docker builds to prevent supply chain attacks, working as a drop-in BuildKit remote driver for Docker Buildx, with ready-to-use GitHub Actions.
  • CetusGuard - CetusGuard is a tool that protects the Docker daemon socket by filtering calls to its API endpoints.
  • Checkov - Static analysis for infrastructure as code manifests (Terraform, Kubernetes, Cloudformation, Helm, Dockerfile, Kustomize) find security misconfiguration and fix them. By bridgecrew.
  • CIS Docker Benchmark :ice_cube: - This [InSpec][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.
  • Clair - Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By [coreos][coreos].
  • crowdsec-blocklist-import - Aggregates 36 free threat intelligence feeds into 120k+ malicious IPs for CrowdSec bouncers, providing 10-20x more blocks than default lists. By wolffcatskyy.
  • Dagda :ice_cube: - 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 - :yen: Full life cycle Cloud Native Workload Protection platform for kubernetes, virtual machines and serverless. By [deepfence][deepfence].
  • Deepfence Threat Mapper - Powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless. By [deepfence][deepfence].
  • Den - Self-hosted sandbox runtime for AI agents with Docker containers, security hardening, REST API and WebSocket support. By us.
  • docker-bench-security - Script that checks for dozens of common best-practices around deploying Docker containers in production. By [docker][docker].
  • docker-explorer - A tool to help forensicate offline docker acquisitions.
  • dvwassl :ice_cube: - SSL-enabled Damn Vulnerable Web App to test Web Application Firewalls. By [Peco602][peco602].
  • Grype - A vulnerability scanner for container images, filesystems and SBOMs. By Anchore.
  • 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.
  • oscap-docker - OpenSCAP provides oscap-docker tool which is used to scan Docker containers and images. By OpenSCAP.
  • Prisma Cloud - :yen: (Previously Twistlock Security Suite) detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications.
  • segspec - Extracts network dependencies from Docker Compose, Kubernetes manifests, Helm charts, and other config files to generate Kubernetes NetworkPolicies with evidence tracing. By dormstern.
  • Syft - CLI tool and library for generating a Software Bill of Materials (SBOM) from container images and filesystems. By Anchore.
  • 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 - :yen: 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 - :yen: 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.
  • Trivy - Aqua Security's open source simple and comprehensive vulnerability scanner for containers (suitable for CI).

Service Discovery

  • docker-consul by [progrium][progrium]
  • docker-dns - Lightweight DNS forwarder for Docker containers, resolves container names with custom suffixes (e.g. .docker) on the host to simplify service discovery.
  • etcd - Distributed reliable key-value store for the most critical data of a distributed system by etcd-io (former part of CoreOS).
  • istio - An open platform to connect, manage, and secure microservices.
  • registrator - Service registry bridge for Docker by [gliderlabs][gliderlabs] and [progrium][progrium].

Volume Management / Data

  • Blockbridge :yen:- 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

    • 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.
  • Docker Volume Backup Backup Docker volumes locally or to any S3 compatible storage. By offen

  • duplicacy-cli-cron - Docker-based encrypted dual-storage backup automation using Duplicacy CLI with cross-site redundancy and Telegram notifications. By GeiserX.

  • Netshare Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin. By [ContainX][containx]

  • portworx - :yen: Decentralized storage solution for persistent, shared and replicated volumes.

  • quobyte - :yen: Fully fault-tolerant distributed file system with a docker volume driver.

  • REX-Ray provides a vendor agnostic storage orchestration engine. The primary design goal is to provide persistent storage for Docker, Kubernetes, and Mesos. Bythecodeteam (DELL Technologies)

  • Storidge :ice_cube: - :yen: Software-defined Persistent Storage for Kubernetes and Docker Swarm.

User Interface

IDE integrations

Desktop

Native desktop applications for managing and monitoring docker hosts and clusters

Terminal

Terminal UI
  • d4s - A fast, keyboard-driven terminal UI to manage Docker containers, Compose stacks, and Swarm services with the ergonomics of K9s.
  • dive - A tool for exploring each layer in a docker image. By wagoodman.
  • dockdash detailed stats. By [byrnedo]
  • dockly - An interactive shell UI for managing Docker containers.
  • DockMate - Lightweight terminal-based Docker and Podman manager with a text-based user interface,.
  • DockSTARTer - DockSTARTer helps you get started with home server apps running in Docker by GhostWriters.
  • dprs - A developer-focused TUI for managing Docker containers with real-time log streaming and container management. Built with Rust. By durableprogramming.
  • dry - An interactive CLI for Docker containers.
  • goManageDocker - TUI tool to view and manage your docker objects blazingly fast with sensible keybindings, also supports VIM navigation out of the box.
  • 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.
  • 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.
  • oxker - A simple tui to view & control docker containers. Written in Rust, making heavy use of ratatui & Bollard,.
  • swarmcli - Swarm Management at the speed of thought — with real-time log streaming, instant shell access to containers, seamless port forwarding, and on-demand secret reveal capabilities, giving you full control over your Docker Swarm without breaking your flow.
  • tdocker - A docker ps replacement for everyday container operations by @pivovarit.
CLI tools
  • captain :ice_cube: - Easily start and stop docker compose projects from any directory. By jenssegers.

  • dcinja - The powerful and smallest binary size of template engine for docker command line environment. By Falldog.

  • dcp :ice_cube: - A simple tool for copying files from container filesystems. By exdx.

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

  • decompose - Reverse-engineering tool for docker environments. By s0rg.

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

  • docker-captain - A friendly CLI to manage multiple Docker Compose deployments with style — powered by Typer, Rich, questionary, and sh.

  • DVM :ice_cube: - Docker version manager.

  • goinside :ice_cube: - Get inside a running docker container easily.

  • Pdocker :ice_cube: - A simple tool to manage and maintain Docker for personal projects.

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

  • scuba - Transparently use Docker containers to encapsulate software build environments,.

  • skopeo - Work with remote images registries - retrieving information, images, signing content.

  • supdock - Allows for slightly more visual usage of Docker with an interactive prompt. By segersniels.

  • tsaotun :ice_cube: - Python based Assistance for Docker.

Other
  • dext-docker-registry-plugin :ice_cube: - Search the Docker Registry with the Dext smart launcher. By vutran.

  • docker-ssh :ice_cube: - SSH Server for Docker containers ~ Because every container should be accessible. By jeroenpeeters.

  • dockerfile-mode An emacs mode for handling Dockerfiles by [spotify][spotify]

  • MultiDocker :ice_cube: - Create a secure multi-user Docker machine, where each user is segregated into an indepentent container.

  • Powerline-Docker :ice_cube: - A Powerline segment for showing the status of Docker containers.

Web

  • Arcane - An easy and modern Docker management platform, built with everybody in mind. By getarcaneapp.
  • CASA - Outsource the administration of a handful of containers to your co-workers,.
  • Container Web TTY - Connect your containers via a web-tty wrfly.
  • dockemon :ice_cube: - Docker Container Management GUI.
  • Docker Registry Browser - Web Interface for the Docker Registry HTTP API v2.
  • docker-registry-web :ice_cube: - Web UI, authentication service and event recorder for private docker registry v2.
  • docker-swarm-visualizer - Visualizes Docker services on a Docker Swarm (for running demos).
  • dockge - Easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.
  • Komodo - A tool to build and deploy software on many servers.
  • Kubevious :ice_cube: - A highly visual web UI for Kubernetes which renders configuration and state in an application centric way.
  • Mafl - Minimalistic flexible homepage.
  • netdata - Real-time performance monitoring.
  • OctoLinker :ice_cube: - A browser extension for GitHub that makes the image name in a Dockerfile clickable and redirect you to the related Docker Hub page.
  • Portainer - A lightweight management UI for managing your Docker hosts or Docker Swarm clusters.
  • Rapid Dashboard :ice_cube: - A simple query dashboard to use Docker Remote API.
  • Seagull :ice_cube: - Friendly Web UI to monitor docker daemon.
  • Swarmpit - Swarmpit provides simple and easy to use interface for your Docker Swarm cluster. You can manage your stacks, services, secrets, volumes, networks etc.
  • Swirl :ice_cube: - Swirl is a web management tool for Docker, focused on swarm cluster By cuigh.
  • Theia - Extensible platform to develop full-fledged multi-language Cloud & Desktop IDE-like products with state-of-the-art web technologies.
  • usulnet - A complete and modern Docker management platform designed for sysadmin, devops with enterprise grade tools, cve scanner, ssh, rdp on web and much more. By fr4nsys.

Docker Images

Base Tools

Tools and applications that are either installed inside containers or designed to be run as a sidecar

  • amicontained :ice_cube: - Container introspection tool. Find out what container runtime is being used as well as features available.

  • Chaperone :ice_cube: - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package.

  • ckron - A cron-style job scheduler for docker,.

  • [CoreOS][coreos] - Linux for Massive Server Deployments

  • distroless - Language focused docker images, minus the operating system,.

  • docker-alpine :ice_cube: - A super small Docker base image (5MB) using Alpine Linux.

  • docker-gen - Generate files from docker container meta-data.

  • dockerize - Utility to simplify running applications in docker containers by [jwilder][jwilder], [powerman][powerman].

  • GoSu - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool).

  • is-docker - Check if the process is running inside a Docker container.

  • lstags :ice_cube: - Sync Docker images across registries.

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

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

  • SparkView - Access VMs, desktops, servers or applications anytime and from anywhere, without complex and costly client roll-outs or user management.

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

  • sue :ice_cube: - 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][akito].

  • supercronic - Crontab-compatible job runner, designed specifically to run in containers.

  • TrivialRC :ice_cube: - A minimalistic Runtime Configuration system and process manager for containers vorakl.

Builder

Applications designed to help or simplify building new images

  • ansible-bender - A tool utilising ansible and buildah.

  • buildah - A tool that facilitates building OCI images.

  • BuildKit - Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit.

  • cekit - A tool used by openshift to build base images using different build engines.

  • container-factory :ice_cube: - Produces Docker images from tarballs of application source code.

  • copy-docker-image :ice_cube: - Copy a Docker image between registries without a full Docker installation.

  • Derrick :ice_cube: - A tool help you to automate the generation of Dockerfile and dockerize application by scanning the code. By alibaba.

  • dlayer - Docker layer analyzer.

  • docker-companion - A command line tool written in Golang to squash and unpack docker images.

  • docker-make :ice_cube: - Build, tag,and push a bunch of related docker images via a single command.

  • docker-repack - Repacks a Docker image into a smaller, more efficient version that makes it significantly faster to pull. By orf.

  • docker-replay :ice_cube: - Generate docker runcommand and options from running containers. By bcicen.

  • DockerSlim shrinks fat Docker images creating the smallest possible images.

  • Dockly :ice_cube: - Dockly is a gem made to ease the pain of packaging an application in Docker.

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

  • HPC Container Maker - Generates Dockerfiles from a high level Python recipe, including building blocks for High-Performance Computing components.

  • img - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.

  • packer - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef, puppet, ansible.

  • portainer :ice_cube: - Apache Mesos framework for building Docker images.

  • Production-Ready Python Containers :yen: - A template for creating production-ready Docker images for Python applications.

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

  • runlike - Generate docker runcommand and options from running containers.

  • userdef :ice_cube: - An advanced adduser for your Alpine based Docker images. Made by [Akito][akito].

  • Whaler - Program to reverse Docker images into Dockerfiles.

  • Whales :ice_cube: - A tool to automatically dockerize your applications.

Dockerfile

  • chaperone-docker :ice_cube: - A set of images using the Chaperone process manager, including a lean Alpine image, LAMP, LEMP, and bare-bones base kits.
  • Dockerfile Generator dfg is 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.
  • dockerfilegraph - Visualize your multi-stage Dockerfiles. By PatrickHoefler.
  • 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.
  • Vektorcloud - A collection of minimal, Alpine-based Docker images.

Examples by:

Linter

  • Dockadvisor - Lightweight Dockerfile linter with 60+ rules, quality scoring, and security checks.
  • docker-image-size-limit - A tool to keep an eye on your docker images size.
  • Dockerfile Linter action :ice_cube: - The linter lets you verify Dockerfile syntax to make sure it follows the best practices for building efficient Docker images.
  • FROM:latest :ice_cube: - An opinionated Dockerfile linter.
  • Hadolint - A Dockerfile linter that checks for best practices, common mistakes, and is also able to lint any bash written in RUN instructions;.

Metadata

  • opencontainer - A convention and shared namespace for Docker labels defined by OCI Image Spec.

Registry

Services to securely store your Docker images.

  • Amazon Elastic Container Registry :yen: - 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.

truncated — full list on GitHub

[[curator]]
I'm the Curator. I can help you navigate, organize, and curate this wiki. What would you like to do?