update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,5 +1,5 @@
 Awesome Docker !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) sindresorhus !Netlify Status 
 (https://api.netlify.com/api/v1/badges/8ca86717-11ba-46d4-9d0a-700d8527f13b/deploy-status) (https://app.netlify.com/sites/awesome-docker/deploys)
 Awesome Docker !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) sindresorhus !Netlify Status 
 (https://api.netlify.com/api/v1/badges/8ca86717-11ba-46d4-9d0a-700d8527f13b/deploy-status) (https://app.netlify.com/sites/awesome-docker/deploys)
▐ A curated list of Docker resources and projects
@@ -9,18 +9,16 @@
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 
(https://egghead.io/lessons/javascript-identifying-how-to-contribute-to-an-open-source-project-on-github).
_You can see the updates on TWITTER (https://twitter.com/awesome_docker)_
▐ 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.
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 (https://github.com/veggiemonk/awesome-docker/blob/master/.github/workflows/pull_request.yml)
 Contents 
 Contents 
@@ -82,51 +80,51 @@
 - Russian (#russian)
 - Spanish (#spanish)
 - Stargazers over time (#stargazers-over-time)
 - Contributor over time (#contributor-over-time)
 Legend
 Legend
- Abandoned :skull:
- Beta :construction:
- Monetized :heavy_dollar_sign:
 What is Docker
 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.
▐ 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 (https://www.docker.com/why-docker/)
 Where to start
 Where to start
- Benefits of using Docker (https://semaphoreci.com/blog/docker-benefits) for development and delivery, with a practical roadmap for adoption.
- Bootstrapping Microservices (https://www.manning.com/books/bootstrapping-microservices-with-docker-kubernetes-and-terraform) by Ashley Davis (https://twitter.com/ashleydavis75) - 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 (https://github.com/prakhar1989/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.
- Bootstrapping Microservices (https://www.manning.com/books/bootstrapping-microservices-with-docker-kubernetes-and-terraform) by Ashley Davis (https://twitter.com/ashleydavis75) - 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 (https://github.com/prakhar1989/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 (https://docs.docker.com/): the official documentation.
- Docker for beginners (https://github.com/groda/big_data/blob/master/docker_for_beginners.md): 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 beginners (https://github.com/groda/big_data/blob/master/docker_for_beginners.md): 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 (https://www.youtube.com/watch?v=xsjSadjKXns) 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 Hands-on Labs (https://labex.io/skilltrees/docker) A structured Docker skill tree with 100 beginner-friendly hands-on labs by LabEx.
- Docker katas (https://github.com/eficode-academy/docker-katas) A series of labs that will take you from "Hello Docker" to deploying a containerized web application to a server.
- Docker Latest Tutorial (https://www.techgeekbuzz.com/tutorial/docker/what-is-docker/) — This is a series of latest docker tutorial, where you can learn what is docker, docker lifecycle, how to run Nginx Web Server in Docker?, how to 
run mysql on docker container, how to use Python on doceker and many other important topics.
- Docker Latest Tutorial (https://www.techgeekbuzz.com/tutorial/docker/what-is-docker/) — This is a series of latest docker tutorial, where you can learn what is docker, docker lifecycle, how to run Nginx Web Server in Docker?, how to run mysql 
on docker container, how to use Python on docker and many other important topics.
- Docker simplified in 55 seconds (https://www.youtube.com/watch?v=vP_4DlOH1G4): 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 (https://training.mirantis.com) :heavy_dollar_sign:
- Docker Tutorial for Beginners (Updated 2019 version) (https://hashnode.com/post/docker-tutorial-for-beginners-cjrj2hg5001s2ufs1nker9he2) — In this Docker tutorial, you'll learn all the basics and learn how you can containerize 
Node.js and Go applications. Even if you aren't familiar with these languages it should be easy for you to follow this tutorial and use any other language.
- Docker Tutorial for Beginners (Updated 2019 version) (https://hashnode.com/post/docker-tutorial-for-beginners-cjrj2hg5001s2ufs1nker9he2) — In this Docker tutorial, you'll learn all the basics and learn how you can containerize Node.js and Go 
applications. Even if you aren't familiar with these languages it should be easy for you to follow this tutorial and use any other language.
- Introduction à Docker (https://blog.stephane-robert.info/docs/conteneurs/moteurs-conteneurs/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 (https://github.com/dwyl/learn-docker): step-by-step tutorial and more resources (video, articles, cheat sheets) by @dwyl (https://github.com/dwyl)
- Learn Docker (Visually) (https://pagertree.com/learn/docker) - 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 (https://training.play-with-docker.com/): 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 (https://github.com/brunocascio/docker-espanol) This spanish guide contains the use of basic docker commands with real life examples.
- Practical Introduction to Container Terminology (https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction) The landscape for container technologies is larger than just docker. Without a good handle 
on the terminology, It can be difficult to grasp the key differences between docker and (pick your favorites, CRI-O, rkt, lxc/lxd) or understand what the Open Container Initiative is doing to standardize container technology.
- Setting Python Development Environment with VScode and Docker (https://github.com/RamiKrispin/vscode-python): A step-by-step tutorial for setting up a dockerized Python development environment with VScode, Docker, and the Dev 
Container extension.
- Practical Guide about Docker Commands in Spanish (https://github.com/brunocascio/docker-espanol) This Spanish guide contains the use of basic docker commands with real life examples.
- Practical Introduction to Container Terminology (https://developers.redhat.com/blog/2018/02/22/container-terminology-practical-introduction) The landscape for container technologies is larger than just docker. Without a good handle on the 
terminology, It can be difficult to grasp the key differences between docker and (pick your favorites, CRI-O, rkt, lxc/lxd) or understand what the Open Container Initiative is doing to standardize container technology.
- Setting Python Development Environment with VScode and Docker (https://github.com/RamiKrispin/vscode-python): A step-by-step tutorial for setting up a dockerized Python development environment with VScode, Docker, and the Dev Container 
extension.
- The Docker Handbook (https://docker-handbook.farhan.dev/) 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 
(https://github.com/fhsinchy/the-docker-handbook) and the projects are hosted on fhsinchy/docker-handbook-projects (https://github.com/fhsinchy/docker-handbook-projects) repository.
@@ -138,24 +136,23 @@
- @JensPiegsa (https://github.com/JensPiegsa/docker-cheat-sheet)
- @wsargent (https://github.com/wsargent/docker-cheat-sheet) (Most popular)
 Where to start (Windows)
 Where to start (Windows)
- A Comparative Study of Docker Engine on Windows Server vs Linux Platform (https://collabnix.com/a-comparative-study-of-docker-engine-on-windows-server-vs-linux-platform/) Comparing the feature sets and implementations of Docker on 
Windows and Linux
- A Comparative Study of Docker Engine on Windows Server vs Linux Platform (https://collabnix.com/a-comparative-study-of-docker-engine-on-windows-server-vs-linux-platform/) Comparing the feature sets and implementations of Docker on Windows and
Linux
- Docker on Windows behind a firewall (https://toedter.com/2015/05/11/docker-on-windows-behind-a-firewall/) by @kaitoedter (https://twitter.com/kaitoedter)
- Docker Reference Architecture: Modernizing Traditional .NET Framework Applications (https://docs.mirantis.com/containers/v3.0/dockeree-ref-arch/app-dev/modernize-dotnet-apps.html) - 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 Reference Architecture: Modernizing Traditional .NET Framework Applications (https://docs.mirantis.com/containers/v3.0/dockeree-ref-arch/app-dev/modernize-dotnet-apps.html) - 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 (https://blog.alexellis.io/docker-does-sql2016-aspnet/) Demonstration running ASP.NET and SQL Server workloads in Docker
- Exploring ASP.NET Core with Docker in both Linux and Windows Containers (https://www.hanselman.com/blog/exploring-aspnet-core-with-docker-in-both-linux-and-windows-containers) Running ASP.NET Core apps in Linux and Windows 
containers, using Docker for Windows docker-for-windows 
- Running a Legacy ASP.NET App in a Windows Container (https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-running-a-legacy-asp-net-app-in-a-windows-container/) Steps for Dockerizing a legacy ASP.NET app and running as a Windows 
container
- Exploring ASP.NET Core with Docker in both Linux and Windows Containers (https://www.hanselman.com/blog/exploring-aspnet-core-with-docker-in-both-linux-and-windows-containers) Running ASP.NET Core apps in Linux and Windows containers, using 
Docker for Windows docker-for-windows 
- Running a Legacy ASP.NET App in a Windows Container (https://blog.sixeyed.com/dockerizing-nerd-dinner-part-1-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 (https://www.youtube.com/watch?v=N7SG2wEyQtM) :movie_camera: - A 20-minute overview, using Docker to run PowerShell, ASP.NET Core and ASP.NET apps
- Windows Containers Quick Start (https://learn.microsoft.com/en-us/virtualization/windowscontainers/about/) Overview of Windows containers, drilling down to Quick Starts for Windows 10 and Windows Server 2016
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
 Projects
 Projects
- Moby = open source development
- Docker CE = free product release based on Moby
@@ -166,9 +163,9 @@
- Moby (https://github.com/moby/moby)
- Docker Images (https://hub.docker.com)
- Docker Compose (https://github.com/docker/compose/) (Define and run multi-container applications with Docker)
- Docker Machine (https://github.com/docker/machine) (Machine management for a container-centric world)
- Docker Machine (https://github.com/docker/machine) :skull: (Machine management for a container-centric world)
- Docker Registry distribution (The Docker toolset to pack, ship, store, and deliver content)
- Docker Swarm (https://github.com/docker/swarm) (Swarm: a Docker-native clustering system)
- Docker Swarm (https://github.com/docker/swarm) :skull: (Swarm: a Docker-native clustering system)
Container Operations
@@ -201,32 +198,35 @@
Deployment and Infrastructure
- awesome-stacks (https://github.com/ethibox/awesome-stacks) - Deploy 80+ open-source web apps with one Docker command
- awesome-stacks (https://github.com/ethibox/awesome-stacks) - Deploy 150+ open-source web apps with one Docker command
- blackfish (https://gitlab.com/blackfish/blackfish) - a CoreOS VM to build swarm clusters for Dev & Production by @blackfish (https://gitlab.com/blackfish/)
- BosnD (https://gitlab.com/n0r1sk/bosnd) - BosnD, the boatswain daemon - A dynamic configuration file writer & service reloader for dynamically changing container environments.
- Centurion (https://github.com/newrelic/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 (https://github.com/newrelic)
- Clocker (https://github.com/brooklyncentral/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 calico and Weave weave for networking and Brooklyn (https://brooklyn.apache.org/) for application blueprints. By @brooklyncentral 
(https://github.com/brooklyncentral)
- Centurion (https://github.com/newrelic/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 (https://github.com/newrelic)
- Clocker (https://github.com/brooklyncentral/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 calico and Weave weave for networking and Brooklyn (https://brooklyn.apache.org/) for application blueprints. By @brooklyncentral (https://github.com/brooklyncentral)
- Conduit (https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by @ehazlett (https://github.com/ehazlett)
- depcon (https://github.com/ContainX/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By @ContainX containx 
- deploy (https://github.com/ttiny/deploy) :skull: - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration by @ttiny (https://github.com/ttiny)
- docker-to-iac (https://github.com/deploystackio/docker-to-iac) - Translate docker run and commit into Infrastructure as Code templates for AWS, Render.com and DigitalOcean by @DeployStack (https://github.com/deploystackio)
- dockit (https://github.com/humblec/dockit) :skull: - Do docker actions and Deploy gluster containers! By @humblec (https://github.com/humblec)
- gitkube (https://github.com/hasura/gitkube) - Gitkube is a tool for building and deploying docker images on Kubernetes using git push. By @Hasura (https://github.com/hasura/).
- Grafeas (https://github.com/grafeas/grafeas) - A common API for metadata about containers, from image and build details to security vulnerabilities. By grafeas (https://github.com/grafeas)
- Longshoreman (https://github.com/longshoreman/longshoreman) :skull: - 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 (https://github.com/longshoreman)
- SwarmManagement (https://github.com/hansehe/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.
- Longshoreman (https://github.com/longshoreman/longshoreman) :skull: - 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 (https://github.com/longshoreman)
- swarm-ansible (https://github.com/LombardiDaniel/swarm-ansible?tab=readme-ov-file) - 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 (https://github.com/hansehe/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 (https://github.com/werf/werf) - werf is a CI/CD tool for building Docker images efficiently and deploying them to Kubernetes using GitOps by @flant (https://github.com/flant)
Monitoring
- Autoheal (https://github.com/willfarrell/docker-autoheal) - Monitor and restart unhealthy docker containers automatically.
- Axibase Collector (https://github.com/axibase/docker-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.
- Axibase Collector (https://axibase.com/docs/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.
- cAdvisor (https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. Created by @Google google 
- Checkmate (https://github.com/bluewave-labs/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.
- Docker-Alertd (https://github.com/deltaskelta/docker-alertd) - Monitor and send alerts based on docker container resource usage/statistics
- Docker-Flow-Monitor (https://github.com/docker-flow/docker-flow-monitor) - Reconfigures Prometheus when a new service is updated or deployed automatically by @docker-flow docker-flow 
- Dockerana (https://github.com/dockerana/dockerana) :skull: - packaged version of Graphite and Grafana, specifically targeted at metrics from Docker.
@@ -239,29 +239,29 @@
- Grafana Docker Dashboard Template (https://grafana.com/grafana/dashboards/179-docker-prometheus-monitoring/) - A template for your Docker, Grafana and Prometheus stack @vegasbrianc vegasbrianc 
- HertzBeat (https://github.com/dromara/hertzbeat) - An open-source real-time monitoring system with custom-monitor and agentless.
- InfluxDB, cAdvisor, Grafana (https://github.com/vegasbrianc/docker-monitoring) - InfluxDB Time series DB in combination with Grafana and cAdvisor by @vegasbrianc vegasbrianc 
- LogJam (https://github.com/gocardless/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 
- LogJam (https://github.com/gocardless/logjam) - :skull: 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 
(https://github.com/gocardless)
- Logspout (https://github.com/gliderlabs/logspout) - Log routing for Docker container logs by @gliderlabs gliderlabs 
- monit-docker (https://github.com/decryptus/monit-docker) - Monitor docker containers resources usage or status and execute docker commands or inside containers. @decryptus decryptus 
- NexClipper (https://github.com/NexClipper/NexClipper) - NexClipper is the container monitoring and performance management solution specialized in Docker, Apache Mesos, Marathon, DC/OS, Mesosphere, Kubernetes by @Nexclipper 
(https://github.com/NexClipper)
- Out-of-the-box Host/Container Monitoring/Logging/Alerting Stack (https://github.com/uschtwill/docker_monitoring_logging_alerting) - 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 
.
- Out-of-the-box Host/Container Monitoring/Logging/Alerting Stack (https://github.com/uschtwill/docker_monitoring_logging_alerting) - 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 (https://github.com/runsidekick/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 (https://t0xic0der.medium.com/simply-accessible-container-performance-monitoring-with-supervisor-7fb47f925f3b) Frontend Service (https://github.com/t0xic0der/supervisor-frontend-service/) and Driver Service 
(https://github.com/t0xic0der/supervisor-driver-service/) :construction: - A simple and accessible FOSS container performance monitoring service written in Python by @t0xic0der (https://github.com/t0xic0der/)
- SwarmAlert (https://github.com/gpulido/SwarmAlert) - Monitors a Docker Swarm and sends Pushover alerts when it finds a container with no healthy service task running.
- Zabbix Docker module (https://github.com/monitoringartist/Zabbix-Docker-Monitoring) - 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.
- Zabbix Docker module (https://github.com/monitoringartist/Zabbix-Docker-Monitoring) - 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.
- Zabbix Docker (https://github.com/gomex/docker-zabbix) - Monitor containers automatically using zabbix LLD feature.
Networking
- Calico calico - Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other.
- Flannel (https://github.com/coreos/flannel/) - Flannel is a virtual network that gives a subnet to each host for use with container runtimes. By @coreos coreos 
- Freeflow (https://github.com/Microsoft/Freeflow) - High performance container overlay networks on Linux. Enabling RDMA (on both InfiniBand and RoCE) and accelerating TCP to bare metal performance. By @Microsoft 
(https://github.com/Microsoft)
- Freeflow (https://github.com/Microsoft/Freeflow) - High performance container overlay networks on Linux. Enabling RDMA (on both InfiniBand and RoCE) and accelerating TCP to bare metal performance. By @Microsoft (https://github.com/Microsoft)
- MyIP (https://github.com/jason5ng32/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 (https://github.com/jason5ng32)
- netshoot (https://github.com/nicolaka/netshoot) - The netshoot container has a powerful set of networking tools to help troubleshoot Docker networking issues by @nicolaka (https://github.com/nicolaka)
- Pipework (https://github.com/jpetazzo/pipework) - Software-Defined Networking for Linux Containers, Pipework works with "plain" LXC containers, and with the awesome Docker. By @jpetazzo jpetazzo 
- Weave weave (The Docker network) - Weave creates a virtual network that connects Docker containers deployed across multiple hosts.
@@ -270,29 +270,28 @@
- Ansible Linux Docker (https://github.com/Peco602/ansible-linux-docker) - Run Ansible from a Linux container. By @Peco602 peco602 
- athena (https://github.com/athena-oss/athena) - An automation platform with a plugin architecture that allows you to easily create and share services.
- blimp (https://github.com/tubesandlube/blimp) :skull: - 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 (https://github.com/defermat) and @schvin (https://github.com/schvin)
- blimp (https://github.com/tubesandlube/blimp) :skull: - 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 (https://github.com/defermat) and @schvin (https://github.com/schvin)
- CloudSlang (https://github.com/CloudSlang/cloud-slang) - CloudSlang is a workflow engine to create Docker process automation
- clusterdock (https://github.com/clusterdock/clusterdock) - Docker container orchestration to enable the testing of long-running cluster deployments
- Crane (https://github.com/Dataman-Cloud/crane) - Control plane based on docker built-in swarm @Dataman-Cloud (https://github.com/Dataman-Cloud)
- Docker Flow Swarm Listener (https://github.com/docker-flow/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 docker-flow 
- docker rollout (https://github.com/Wowu/docker-rollout) - Zero downtime deployment for Docker Compose services by @Wowu (https://github.com/Wowu)
- gantryd (https://github.com/DevTable/gantryd) :skull: - A framework for easy management of docker-based components across machines by @DevTable (https://github.com/DevTable)
- Haven (https://github.com/codeabovelab/haven-platform) - Haven is a simplified container management platform that integrates container, application, cluster, image, and registry managements. By @codeabovelab 
(https://github.com/codeabovelab)
- Haven (https://github.com/codeabovelab/haven-platform) - Haven is a simplified container management platform that integrates container, application, cluster, image, and registry managements. By @codeabovelab (https://github.com/codeabovelab)
- Helios (https://github.com/spotify/helios) :skull: - A simple platform for deploying and managing containers across an entire fleet of servers by @spotify spotify 
- Kontena (https://github.com/kontena/kontena) :skull: - The developer friendly container and micro services platform. Works on any cloud, easy to setup, simple to use.
- Kubernetes (https://github.com/kubernetes/kubernetes) - Open source orchestration system for Docker containers by Google
- ManageIQ (https://github.com/ManageIQ/manageiq) - Discover, optimize and control your hybrid IT. By ManageIQ (https://github.com/ManageIQ)
- Mantl (https://github.com/mantl/mantl) - Mantl is a modern platform for rapidly deploying globally distributed services
- Marathon (https://github.com/mesosphere/marathon) - Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on"
- Mantl (https://github.com/mantl/mantl) - :skull: Mantl is a modern platform for rapidly deploying globally distributed services
- Marathon (https://github.com/mesosphere/marathon) - :skull: Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on"
- Mesos (https://github.com/apache/mesos) - Resource/Job scheduler for containers, VM's and physical hosts @apache (https://mesos.apache.org/)
- Nebula (https://github.com/nebula-orchestrator) - A Docker orchestration tool designed to manage massive scale distributed clusters.
- Nomad (https://github.com/hashicorp/nomad) - Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler by @hashicorp (https://github.com/hashicorp)
- Panamax (https://github.com/CenturyLinkLabs/panamax-ui) :skull: - An open-source project that makes deploying complex containerized apps as easy as Drag-and-Drop by @CenturyLinkLabs centurylinklabs .
- Rancher (https://github.com/rancher/rancher) - An open source project that provides a complete platform for operating Docker in production by @rancher rancher .
- RedHerd Framework (https://github.com/redherd-project/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 (https://github.com/redherd-project).
- RedHerd Framework (https://github.com/redherd-project/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 (https://github.com/redherd-project).
- Swarm-cronjob (https://github.com/crazy-max/swarm-cronjob) - Create jobs on a time-based schedule on Swarm by @crazy-max 
PaaS
@@ -316,13 +315,14 @@
- bunkerized-nginx (https://github.com/bunkerity/bunkerized-nginx) - Web app hosting and reverse proxy secure by default. By @bunkerity (https://github.com/bunkerity)
- caddy-docker-proxy (https://github.com/lucaslorentz/caddy-docker-proxy) - Caddy-based reverse proxy, configured with service or container labels. By @lucaslorentz (https://github.com/lucaslorentz)
- caddy-docker-upstreams (https://github.com/invzhi/caddy-docker-upstreams) - Docker upstreams module for Caddy, configured with container labels. By @invzhi (https://github.com/invzhi)
- Docker Dnsmasq Updater (https://github.com/moonbuggy/docker-dnsmasq-updater) - Update a remote dnsmasq server with Docker container hostnames.
- docker-flow-proxy (https://github.com/docker-flow/docker-flow-proxy) - Reconfigures proxy every time a new service is deployed, or when a service is scaled. By @docker-flow docker-flow 
- docker-proxy (https://github.com/silarsis/docker-proxy) :skull: - Transparent proxy for docker containers, run in a docker container. By @silarsis (https://github.com/silarsis)
- fabio (https://github.com/fabiolb/fabio) - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. By @magiconair (https://github.com/magiconair) (Frank Schroeder)
- h2o-proxy (https://github.com/zchee/h2o-proxy) :skull: - Automated H2O reverse proxy for Docker containers. An alternative to jwilder/nginx-proxy nginxproxy by @zchee (https://github.com/zchee)
- Let's Encrypt Nginx-proxy Companion (https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion) - A lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates 
automatically. By @JrCs (https://github.com/JrCs)
- Let's Encrypt Nginx-proxy Companion (https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion) - A lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically. 
By @JrCs (https://github.com/JrCs)
- muguet (https://github.com/mattallty/muguet) :skull: - DNS Server & Reverse proxy for Docker environments. By @mattallty (https://github.com/mattallty)
- Nginx Proxy Manager (https://github.com/jc21/nginx-proxy-manager) - A beautiful web interface for proxying web based services with SSL. By @jc21 (https://github.com/jc21)
- nginx-proxy nginxproxy - Automated nginx proxy for Docker containers using docker-gen by @jwilder jwilder 
@@ -332,7 +332,7 @@
Runtime
- aind (https://github.com/aind-containers/aind) - AinD launches Android apps in Docker, by nesting Anbox containers inside Docker by @aind-containers (https://github.com/aind-containers)
- aind (https://github.com/aind-containers/aind) - :skull: AinD launches Android apps in Docker, by nesting Anbox containers inside Docker by @aind-containers (https://github.com/aind-containers)
- cri-o (https://github.com/cri-o/cri-o) - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface by cri-o (https://github.com/cri-o)
- lxc (https://github.com/lxc/lxc) - LXC - Linux Containers
- podman (https://github.com/containers/libpod) - libpod is a library used to create container pods. Home of Podman by @containers containers 
@@ -341,34 +341,35 @@
Security
- Anchor Engine (https://github.com/anchore/anchore) - Analyze images for CVE vulnerabilities and against custom security policies by @Anchor (https://github.com/anchore)
- Anchor (https://github.com/SongStitch/anchor/) - A tool to ensure reproducible builds by pinning dependencies inside your Dockerfiles @SongStitch (https://github.com/songStitch/)
- Anchor Enterprise (https://anchore.com/) :heavy_dollar_sign: - Analyze images for CVE vulnerabilities and against custom security policies by @Anchor (https://github.com/anchore)
- Aqua Security (https://www.aquasec.com) :heavy_dollar_sign: - Securing container-based applications from Dev to Production on any platform
- bane (https://github.com/genuinetools/bane) - AppArmor profile generator for Docker containers by @genuinetools genuinetools 
- CetusGuard (https://github.com/hectorm/cetusguard) - CetusGuard is a tool that protects the Docker daemon socket by filtering calls to its API endpoints
- CIS Docker Benchmark (https://github.com/dev-sec/cis-docker-benchmark) - 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 (https://github.com/dev-sec)
- Checkov (https://github.com/bridgecrewio/checkov) - Static analysis for infrastructure as code manifests (Terraform, Kubernetes, Cloudformation, Helm, Dockerfile, Kustomize) find security misconfiguration and fix them. By 
@bridgecrew (https://github.com/bridgecrewio)
- CIS Docker Benchmark (https://github.com/dev-sec/cis-docker-benchmark) - 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 (https://github.com/dev-sec)
- Checkov (https://github.com/bridgecrewio/checkov) - Static analysis for infrastructure as code manifests (Terraform, Kubernetes, Cloudformation, Helm, Dockerfile, Kustomize) find security misconfiguration and fix them. By @bridgecrew 
(https://github.com/bridgecrewio)
- Clair (https://github.com/quay/clair) - Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By @coreos coreos 
- Dagda (https://github.com/eliasgranderubio/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 (https://github.com/eliasgranderubio)
- Dagda (https://github.com/eliasgranderubio/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 (https://github.com/eliasgranderubio)
- Deepfence Enterprise (https://deepfence.io) :heavy_dollar_sign: - Full life cycle Cloud Native Workload Protection platform for kubernetes, virtual machines and serverless. By @deepfence deepfence 
- Deepfence Threat Mapper (https://github.com/deepfence/ThreatMapper) - Powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless. By @deepfence deepfence 
- docker-bench-security (https://github.com/docker/docker-bench-security) - script that checks for dozens of common best-practices around deploying Docker containers in production. By @docker docker 
- docker-explorer (https://github.com/google/docker-explorer) - A tool to help forensicate offline docker acquisitions by @Google google 
- docker-lock (https://github.com/safe-waters/docker-lock) - A cli-plugin for docker to automatically manage image digests by tracking them in a separate Lockfile. By @safe-waters safe-waters 
- dvwassl (https://github.com/Peco602/dvwassl) - SSL-enabled Damn Vulnerable Web App to test Web Application Firewalls. By @Peco602 peco602 
- KICS (https://github.com/checkmarx/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 (https://github.com/Checkmarx)
- KICS (https://github.com/checkmarx/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 (https://github.com/Checkmarx)
- notary (https://github.com/theupdateframework/notary) - a server and a client for running and interacting with trusted collections. By @TUF (https://github.com/theupdateframework)
- oscap-docker (https://github.com/OpenSCAP/openscap) - OpenSCAP provides oscap-docker tool which is used to scan Docker containers and images. By OpenSCAP (https://github.com/OpenSCAP)
- Prisma Cloud (https://www.paloaltonetworks.com/prisma/cloud) :heavy_dollar_sign: - (previously Twistlock Security Suite) detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of 
applications.
- Prisma Cloud (https://www.paloaltonetworks.com/prisma/cloud) :heavy_dollar_sign: - (previously Twistlock Security Suite) detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications.
- Syft (https://github.com/anchore/syft) - CLI tool and library for generating a Software Bill of Materials (SBOM) from container images and filesystems.
- Sysdig Falco (https://github.com/falcosecurity/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 (https://sysdig.com/solutions/cloud-threat-detection-and-response/) :heavy_dollar_sign: - 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 (https://www.trendmicro.com/en_us/business/products/hybrid-cloud/deep-security.html) :heavy_dollar_sign: - 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.
- Sysdig Secure (https://sysdig.com/solutions/cloud-threat-detection-and-response/) :heavy_dollar_sign: - 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 (https://www.trendmicro.com/en_us/business/products/hybrid-cloud/deep-security.html) :heavy_dollar_sign: - 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 (https://github.com/aquasecurity/trivy) - Aqua Security's open source simple and comprehensive vulnerability scanner for containers (suitable for CI).
Service Discovery
@@ -381,21 +382,23 @@
Volume Management / Data
- Blockbridge (https://github.com/blockbridge/blockbridge-docker-volume) :heavy_dollar_sign:- 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 (https://github.com/blockbridge)
- Blockbridge (https://github.com/blockbridge/blockbridge-docker-volume) :heavy_dollar_sign:- 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 (https://github.com/blockbridge)
- Convoy (https://github.com/rancher/convoy) :skull: - an open-source Docker volume driver that can snapshot, backup and restore Docker volumes anywhere. By @rancher rancher 
- Docker Machine NFS (https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X.
- Docker Unison (https://github.com/leighmcculloch/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 
- Docker Machine NFS (https://github.com/adlogix/docker-machine-nfs) :skull: - Activates NFS for an existing boot2docker box created through Docker Machine on OS X.
- Docker Unison (https://github.com/leighmcculloch/docker-unison) - :skull: 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 
(https://github.com/leighmcculloch)
- - Label Backup (https://github.com/resulgg/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 (https://github.com/offen/docker-volume-backup) Backup Docker volumes locally or to any S3 compatible storage. By @offen (https://github.com/offen)
- Local Persist (https://github.com/MatchbookLab/local-persist) Specify a mountpoint for your local volumes (created via docker volume create) so that files will always persist and so you can mount to different directories in 
different containers.
- Local Persist (https://github.com/MatchbookLab/local-persist) Specify a mountpoint for your local volumes (created via docker volume create) so that files will always persist and so you can mount to different directories in different 
containers.
- Minio (https://github.com/minio/minio) - S3 compatible object storage server in Docker containers
- Netshare (https://github.com/ContainX/docker-volume-netshare) Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin. By @ContainX containx 
- portworx (https://portworx.com) :heavy_dollar_sign: - Decentralized storage solution for persistent, shared and replicated volumes.
- quobyte (https://www.quobyte.com/) :heavy_dollar_sign: - fully fault-tolerant distributed file system with a docker volume driver
- REX-Ray (https://github.com/rexray/rexray) provides a vendor agnostic storage orchestration engine. The primary design goal is to provide persistent storage for Docker, Kubernetes, and Mesos. By@thecodeteam 
(https://github.com/thecodeteam) (DELL Technologies)
- REX-Ray (https://github.com/rexray/rexray) provides a vendor agnostic storage orchestration engine. The primary design goal is to provide persistent storage for Docker, Kubernetes, and Mesos. By@thecodeteam (https://github.com/thecodeteam) 
(DELL Technologies)
- Storidge (https://github.com/Storidge/quick-start) :heavy_dollar_sign: - Software-defined Persistent Storage for Kubernetes and Docker Swarm
User Interface
@@ -404,25 +407,24 @@
- JetBrains IDEs (IntelliJ IDEA, GoLand, WebStorm, CLion etc.) has built-in Docker plugin (https://www.jetbrains.com/help/idea/docker.html#managing-images)
- Eclipse Docker Tooling plugin (https://www.eclipse.org/community/eclipse_newsletter/2016/july/article2.php)
- denops-docker.vim (https://github.com/skanehira/denops-docker.vim) - Manage docker containers and images in Vim. By @skanehira 
- denops-docker.vim (https://github.com/skanehira/denops-docker.vim) - :skull: Manage docker containers and images in Vim. By @skanehira 
- docker.vim (https://github.com/skanehira/docker.vim) :skull: - Manage docker containers and images in Vim. By @skanehira 
- docker.el (https://github.com/Silex/docker.el) Manage docker from Emacs by @Silex (https://github.com/Silex)
Desktop
Native desktop applications for managing and montoring docker hosts and clusters
Native desktop applications for managing and monitoring docker hosts and clusters
- Docker Desktop (https://www.docker.com/products/docker-desktop/) - Official native app. Only for Windows and MacOS
- Dockeron (https://github.com/dockeron/dockeron) - A project built on Electron + Vue.js for Docker on desktop. @fluency03 (https://github.com/fluency03)
- Dockeron (https://github.com/dockeron/dockeron) :skull: - A project built on Electron + Vue.js for Docker on desktop. @fluency03 (https://github.com/fluency03)
- DockStation (https://github.com/DockStation/dockstation) - A developer centric UI to configure, monitor, and manage services and containers @dock_station (https://twitter.com/dock_station)
- Lifeboat (https://github.com/jplhomer/lifeboat) - An easy way to launch Docker projects with a graphical interface on your Mac. @jplhomer (https://github.com/jplhomer)
- Lifeboat (https://github.com/jplhomer/lifeboat) - :skull: An easy way to launch Docker projects with a graphical interface on your Mac. @jplhomer (https://github.com/jplhomer)
- Simple Docker UI (https://github.com/felixgborrego/simple-docker-ui) - built on Electron. By @felixgborrego (https://github.com/felixgborrego/)
- Stevedore (https://github.com/slonopotamus/stevedore) - Good Docker Desktop replacement for Windows. Both Linux and Windows Containers are supported. @slonopotamus (https://github.com/slonopotamus)
Terminal
Terminal UI
- ctop (1) (https://github.com/yadutaf/ctop) - :skull: A command line / text based Linux Containers monitoring tool that works just like you expect (Python) by @yadutaf (https://github.com/yadutaf)
- ctop (2) (https://github.com/bcicen/ctop) - :skull: Top-like interface for container metrics (Golang) by @bcicen (https://github.com/bcicen/)
- dive (https://github.com/wagoodman/dive) - A tool for exploring each layer in a docker image. By wagoodman (https://github.com/wagoodman).
@@ -432,8 +434,11 @@
- DockSTARTer (https://github.com/GhostWriters/DockSTARTer) - DockSTARTer helps you get started with home server apps running in Docker by GhostWriters (https://github.com/GhostWriters)
- docui (https://github.com/skanehira/docui) - :skull: An interactive shell UI for managing Docker containers. Also works in Windows. By @skanehira 
- dry (https://github.com/moncho/dry) - An interactive CLI for Docker containers by @moncho (https://github.com/moncho)
- goManageDocker (https://github.com/ajayd-san/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 (https://github.com/ajayd-san)
- lazydocker (https://github.com/jesseduffield/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 
(https://github.com/jesseduffield)
- lazyjournal (https://github.com/Lifailon/lazyjournal) - A interface for reading and filtering the logs output of Docker and Podman containers like Dozzle (https://github.com/amir20/dozzle) but for the terminal with support for fuzzy find, 
regex and output coloring
- oxker (https://github.com/mrjackwills/oxker) - A simple tui to view & control docker containers. Written in Rust (https://www.rust-lang.org/), making heavy use of ratatui (https://github.com/tui-rs-revival/ratatui) & Bollard 
(https://github.com/fussybeaver/bollard), by @mrjackwills (https://github.com/mrjackwills)
- sen (https://github.com/TomasTomecek/sen) - :skull: Terminal user interface for docker engine, by @TomasTomecek tomastomecek 
@@ -466,26 +471,27 @@
- dext-docker-registry-plugin (https://github.com/vutran/dext-docker-registry-plugin) - Search the Docker Registry with the Dext smart launcher. By @vutran (https://github.com/vutran)
- docker-ssh (https://github.com/jeroenpeeters/docker-ssh) - SSH Server for Docker containers ~ Because every container should be accessible. By @jeroenpeeters (https://github.com/jeroenpeeters)
- dockercraft (https://github.com/docker/dockercraft) - Docker + Minecraft = Dockercraft by @docker docker 
- dockercraft (https://github.com/docker/dockercraft) - :skull: Docker + Minecraft = Dockercraft by @docker docker 
- dockerfile-mode (https://github.com/spotify/dockerfile-mode) An emacs mode for handling Dockerfiles by @spotify spotify 
- MultiDocker (https://github.com/marty90/multidocker) - Create a secure multi-user Docker machine, where each user is segregated into an indepentent container.
- Powerline-Docker (https://github.com/adrianmo/powerline-docker) - A Powerline segment for showing the status of Docker containers by @adrianmo (https://github.com/adrianmo)
Web
- Admiral (https://github.com/vmware/admiral) Admiral™ is a highly scalable and very lightweight Container Management platform for deploying and managing container based applications. By VMWare vmware 
- Admiral (https://github.com/vmware/admiral) - :skull: Admiral™ is a highly scalable and very lightweight Container Management platform for deploying and managing container based applications. By VMWare vmware 
- CASA (https://github.com/knrdl/casa) - Outsource the administration of a handful of containers to your co-workers, by @knrdl (https://github.com/knrdl)
- Container Web TTY (https://github.com/wrfly/container-web-tty) - Connect your containers via a web-tty @wrfly (https://github.com/wrfly)
- dockemon (https://github.com/ProductiveOps/dokemon) - Docker Container Management GUI by @productiveops (https://github.com/ProductiveOps)
- Docker Compose UI (https://github.com/francescou/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
- Docker Compose UI (https://github.com/francescou/docker-compose-ui) - :skull: 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
- Docker Registry Browser (https://github.com/klausmeyer/docker-registry-browser) - Web Interface for the Docker Registry HTTP API v2 by @klausmeyer (https://github.com/klausmeyer)
- Docker Registry UI (Joxit) (https://github.com/Joxit/docker-registry-ui) - The simplest and cleanest UI for private registries by @Joxit (https://github.com/Joxit)
- Docker Registry UI (Joxit) (https://github.com/Joxit/docker-registry-ui) - :skull: The simplest and cleanest UI for private registries by @Joxit (https://github.com/Joxit)
- Docker Registry UI (https://github.com/atcol/docker-registry-ui) - A web UI for easy private/local Docker Registry integration by @atcol (https://github.com/atcol)
- docker-registry-web (https://github.com/mkuchin/docker-registry-web) - Web UI, authentication service and event recorder for private docker registry v2 by @mkuchin (https://github.com/mkuchin)
- docker-swarm-visualizer (https://github.com/dockersamples/docker-swarm-visualizer) - Visualizes Docker services on a Docker Swarm (for running demos).
- dockering-on-rails (https://github.com/Electrofenster/dockerding-on-rails) :skull: - Simple Web-Interface for Docker with a lot of features by @Electrofenster (https://github.com/Electrofenster/)
- DockerSurfer (https://github.com/Simone-Erba/DockerSurfer) :skull: - A web service for analyze and browse dependencies between Docker images in the Docker registry, by @Simone-Erba (https://github.com/Simone-Erba/)
- dockge (https://github.com/louislam/dockge) - easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager by @louislam (https://github.com/louislam).
- Komodo (https://github.com/mbecker20/komodo) - A tool to build and deploy software on many servers
- Kubevious (https://github.com/kubevious/kubevious) - A highly visual web UI for Kubernetes which renders configuration and state in an application centric way by @rubenhak (https://github.com/rubenhak).
- Mafl (https://github.com/hywax/mafl) - Minimalistic flexible homepage by @hywax (https://github.com/hywax/)
- netdata (https://github.com/netdata/netdata) - Real-time performance monitoring
@@ -505,8 +511,7 @@
Tools and applications that are either installed inside containers or designed to be run as a sidecar (https://learn.microsoft.com/en-us/azure/architecture/patterns/sidecar)
- amicontained (https://github.com/genuinetools/amicontained) - Container introspection tool. Find out what container runtime is being used as well as features available by @genuinetools genuinetools 
- Chaperone (https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by @garywiz 
(https://github.com/garywiz)
- Chaperone (https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by @garywiz (https://github.com/garywiz)
- ckron (https://github.com/nicomt/ckron) - A cron-style job scheduler for docker, by @nicomt (https://github.com/nicomt)
- CoreOS coreos - Linux for Massive Server Deployments
- distroless (https://github.com/GoogleContainerTools/distroless) - Language focused docker images, minus the operating system, by @GoogleContainerTools googlecontainertools 
@@ -516,14 +521,14 @@
- GoSu (https://github.com/tianon/gosu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by @tianon (https://github.com/tianon)
- is-docker (https://github.com/sindresorhus/is-docker) - Check if the process is running inside a Docker container by @sindresorhus sindresorhus 
- lstags (https://github.com/ivanilves/lstags) - sync Docker images across registries by @ivanilves (https://github.com/ivanilves)
- NVIDIA-Docker (https://github.com/NVIDIA/nvidia-docker) - The NVIDIA Container Runtime for Docker by @NVIDIA nvidia 
- Ofelia (https://github.com/mcuadros/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.
- NVIDIA-Docker (https://github.com/NVIDIA/nvidia-docker) - :skull: The NVIDIA Container Runtime for Docker by @NVIDIA nvidia 
- Ofelia (https://github.com/mcuadros/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 (https://github.com/beyondssl/sparkview-container) - Access VMs, desktops, servers or applications anytime and from anywhere, without complex and costly client roll-outs or user management.
- su-exec (https://github.com/ncopa/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 (https://github.com/ncopa)
- sue (https://github.com/theAkito/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 akito 
- su-exec (https://github.com/ncopa/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 (https://github.com/ncopa)
- sue (https://github.com/theAkito/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 akito 
- supercronic (https://github.com/aptible/supercronic) - crontab-compatible job runner, designed specifically to run in containers by @aptible (https://github.com/aptible/)
- TrivialRC (https://github.com/vorakl/TrivialRC) - A minimalistic Runtime Configuration system and process manager for containers @vorakl (https://github.com/vorakl)
@@ -535,7 +540,7 @@
- buildah (https://github.com/containers/buildah) - A tool that facilitates building OCI images by @containers containers 
- BuildKit (https://github.com/moby/buildkit) - Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit by @moby project (https://github.com/moby)
- cekit (https://github.com/cekit/cekit) - A tool used by openshift to build base images using different build engines by @cekit (https://github.com/cekit).
- container-diff (https://github.com/GoogleContainerTools/container-diff) - An image tool for comparing and analyzing container images by @GoogleContainerTools googlecontainertools 
- container-diff (https://github.com/GoogleContainerTools/container-diff) - :skull: An image tool for comparing and analyzing container images by @GoogleContainerTools googlecontainertools 
- container-factory (https://github.com/mutable/container-factory) - Produces Docker images from tarballs of application source code by @mutable (https://github.com/mutable)
- copy-docker-image (https://github.com/mdlavin/copy-docker-image) - Copy a Docker image between registries without a full Docker installation by @mdlavin (https://github.com/mdlavin)
- Derrick (https://github.com/alibaba/derrick) - A tool help you to automate the generation of Dockerfile and dockerize application by scanning the code. By @alibaba (https://github.com/alibaba).
@@ -543,6 +548,7 @@
- docker-companion (https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by @mudler (https://github.com/mudler/)
- docker-make (https://github.com/CtripCloud/docker-make) - Build, tag,and push a bunch of related docker images via a single command.
- docker-replay (https://github.com/bcicen/docker-replay) - Generate docker runcommand and options from running containers. By bcicen (https://github.com/bcicen)
- docker-repack (https://github.com/orf/docker-repack) - Repacks a Docker image into a smaller, more efficient version that makes it significantly faster to pull. By orf (https://github.com/orf)
- DockerMake (https://github.com/avirshup/DockerMake) - A reproducible Docker image build system for complex software stacks. By @avirshup (https://github.com/avirshup)
- DockerSlim (https://github.com/docker-slim/docker-slim) shrinks fat Docker images creating the smallest possible images.
- Dockly (https://github.com/swipely/dockly) - Dockly is a gem made to ease the pain of packaging an application in Docker by @swipely (https://github.com/swipely/)
@@ -552,16 +558,15 @@
- HPC Container Maker (https://github.com/NVIDIA/hpc-container-maker) - Generates Dockerfiles from a high level Python recipe, including building blocks for High-Performance Computing components by @NVIDIA nvidia 
- img (https://github.com/genuinetools/img) - Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder by @genuinetools genuinetools 
- kaniko (https://github.com/GoogleContainerTools/kaniko) - Build Container Images In Kubernetes. By @GoogleContainerTools googlecontainertools 
- makisu (https://github.com/uber/makisu) - Uber's fast and flexible unprivileged image builder for Mesos and Kubernetes, with distributed cache support. By @uber (https://github.com/uber)
- packer (https://developer.hashicorp.com/packer/integrations/hashicorp/docker/latest/components/builder/docker) - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef,
puppet, ansible
- makisu (https://github.com/uber/makisu) - :skull: Uber's fast and flexible unprivileged image builder for Mesos and Kubernetes, with distributed cache support. By @uber (https://github.com/uber)
- packer (https://developer.hashicorp.com/packer/integrations/hashicorp/docker/latest/components/builder/docker) - Hashicorp tool to build machine images including docker image integrated with configuration management tools like chef, puppet, 
ansible
- portainer (https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by @duedil-ltd (https://github.com/duedil-ltd)
- Production-Ready Python Containers :heavy_dollar_sign: (https://pythonspeed.com/products/pythoncontainer/) - A template for creating production-ready Docker images for Python applications.
- RAUDI (https://github.com/cybersecsi/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 
(https://github.com/cybersecsi)
- RAUDI (https://github.com/cybersecsi/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 (https://github.com/cybersecsi)
- runlike (https://github.com/lavie/runlike) - Generate docker runcommand and options from running containers by @lavie (https://github.com/lavie)
- SkinnyWhale (https://github.com/djosephsen/skinnywhale) :skull: - Skinnywhale helps you make smaller (as in megabytes) Docker containers.
- Smith (https://github.com/oracle/smith) - A Micocontainer Builder and can perform multi-stage builds after the image is built Oracle oracle 
- Smith (https://github.com/oracle/smith) - :skull: A Micocontainer Builder and can perform multi-stage builds after the image is built Oracle oracle 
- userdef (https://github.com/theAkito/userdef) - An advanced adduser for your Alpine based Docker images. Made by Akito akito 
- Whaler (https://github.com/P3GLEG/Whaler) - Program to reverse Docker images into Dockerfiles by @P3GLEG (https://github.com/P3GLEG/).
- Whales (https://github.com/Gueils/whales) - A tool to automatically dockerize your applications by @icalialabs (https://github.com/IcaliaLabs).
@@ -572,9 +577,9 @@
- Dockerfile Generator (https://github.com/ozankasikci/dockerfile-generator) dfg is both a Go library and an executable that produces valid Dockerfiles using various input channels.
- Dockerfile Project (https://dockerfile.github.io/) - 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 (https://github.com/patrickhoefler/dockerfilegraph) - Visualize your multi-stage Dockerfiles. By @PatrickHoefler (https://github.com/patrickhoefler)
- Dockershelf (https://github.com/Dockershelf/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 (https://github.com/CollageLabs).
- dockmoor (https://github.com/MeneDev/dockmoor) :construction: - Manage docker image references and help to create reproducible builds with Docker. By @MeneDev (https://github.com/MeneDev)
- Dockershelf (https://github.com/Dockershelf/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 (https://github.com/CollageLabs).
- dockmoor (https://github.com/MeneDev/dockmoor) :skull: - Manage docker image references and help to create reproducible builds with Docker. By @MeneDev (https://github.com/MeneDev)
- Vektorcloud (https://github.com/vektorcloud) - A collection of minimal, Alpine-based Docker images
Examples by:
@@ -595,9 +600,8 @@
- Dockerfile Linter action (https://github.com/buddy-works/dockerfile-linter) - The linter lets you verify Dockerfile syntax to make sure it follows the best practices for building efficient Docker images.
- dockfmt (https://github.com/jessfraz/dockfmt) :construction: - Dockerfile formatter and parser by @jessfraz jessfraz 
- FROM:latest (https://github.com/replicatedhq/dockerfilelint) - An opinionated Dockerfile linter by @replicatedhq (https://github.com/replicatedhq)
- Hadolint (https://github.com/hadolint/hadolint) - A Dockerfile linter that checks for best practices, common mistakes, and is also able to lint any bash written in RUN instructions; by @lukasmartinelli 
(https://github.com/lukasmartinelli)
- Whale-linter (https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies by @jeromepin (https://github.com/jeromepin)
- Hadolint (https://github.com/hadolint/hadolint) - A Dockerfile linter that checks for best practices, common mistakes, and is also able to lint any bash written in RUN instructions; by @lukasmartinelli (https://github.com/lukasmartinelli)
- Whale-linter (https://github.com/jeromepin/whale-linter) - :skull: A simple and small Dockerfile linter written in Python3+ without dependencies by @jeromepin (https://github.com/jeromepin)
Metadata
@@ -607,13 +611,13 @@
Services to securely store your Docker images.
- Amazon Elastic Container Registry :heavy_dollar_sign: (https://aws.amazon.com/ecr/) - 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.
- Amazon Elastic Container Registry :heavy_dollar_sign: (https://aws.amazon.com/ecr/) - 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 :heavy_dollar_sign: (https://azure.microsoft.com/en-us/products/container-registry/#overview) - Manage a Docker private registry as a first-class Azure resource
- CargoOS (https://github.com/RedCoolBeans/cargos-buildroot) - A bare essential OS for running the Docker Engine on bare metal or Cloud. By @RedCoolBeans (https://github.com/RedCoolBeans)
- cleanreg (https://github.com/hcguersoy/cleanreg) - A small tool to delete image manifests from a Docker Registry implementing the API v2, dereferencing them for the GC by @hcguersoy (https://github.com/hcguersoy)
- Cloudsmith :heavy_dollar_sign: (https://cloudsmith.com/product/formats/docker-registry) - 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.
- Cloudsmith :heavy_dollar_sign: (https://cloudsmith.com/product/formats/docker-registry) - 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 :heavy_dollar_sign: (https://container-registry.com/) - Harbor based Container Management Solution as a Service for teams and organizations. Free tier offers 1 GB storage for private repositories.
- Cycle.io :heavy_dollar_sign: (https://cycle.io/) - Bare-metal container hosting.
- DigitalOcean :heavy_dollar_sign: (https://www.digitalocean.com/products/container-registry) - DigitalOcean Container Registry.
@@ -621,13 +625,13 @@
- Docker Registry v2 distribution - The Docker toolset to pack, ship, store, and deliver content
- Docket (https://github.com/netvarun/docket) - Custom docker registry that allows for lightning fast deploys through bittorrent by @netvarun (https://github.com/netvarun/)
- Dragonfly (https://github.com/dragonflyoss/Dragonfly2) - Provide efficient, stable and secure file distribution and image acceleration based on p2p technology.
- GCE Container Registry :heavy_dollar_sign: (https://cloud.google.com/artifact-registry) Fast, private Docker image storage on Google Cloud Platform
- GCP Artifact Registry :heavy_dollar_sign: (https://cloud.google.com/artifact-registry/docs) Fast, private Docker image storage on Google Cloud Platform.
- Gitea Container Registry (https://docs.gitea.com/usage/packages/container) - Integrated Docker registry in Gitea, ideal for private, small-scale image hosting.
- GitHub Container Registry (https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) - GitHub's solution for storing and managing Docker images, with tight integration into 
GitHub Actions.
- GitHub Container Registry (https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) - GitHub's solution for storing and managing Docker images, with tight integration into GitHub 
Actions.
- GitLab Container Registry (https://docs.gitlab.com/ee/user/packages/container_registry/) - Registry focused on using its images in GitLab CI
- Harbor (https://github.com/goharbor/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 
(https://www.cncf.io) formerly VMWare vmware 
- Harbor (https://github.com/goharbor/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 (https://www.cncf.io)
formerly VMWare vmware 
- JFrog Artifactory :heavy_dollar_sign: (https://jfrog.com/artifactory/) - Artifact Repository Manager, can be used as private Docker Registry as well
- Kraken (https://github.com/uber/kraken) - Uber's Highly scalable P2P docker registry, capable of distributing TBs of data in seconds.
- Quay.io :heavy_dollar_sign: (https://quay.io/) (part of CoreOS) - Secure hosting for private Docker repositories
@@ -645,21 +649,22 @@
- Docker Client for JVM (https://github.com/gesellix/docker-client) - A Docker remote api client library for the JVM, written in Groovy by @gesellix gesellix 
- Docker Client TypeScript (https://gitlab.com/masaeedu/docker-client) - Docker API client for JavaScript, automatically generated from Swagger API definition from moby repository. By @masaeedu (https://github.com/masaeedu)
- docker-client (https://github.com/spotify/docker-client) :skull: - Java client for the Docker remote API. By @spotify spotify 
- docker-controller-bot (https://github.com/dgongut/docker-controller-bot) - Telegram bot to control docker containers. By @dgongut (https://github.com/dgongut/)
- docker-it-scala (https://github.com/whisklabs/docker-it-scala) - Docker integration testing kit with Scala by @whisklabs (https://github.com/whisklabs)
- docker-java-api (https://github.com/amihaiemil/docker-java-api) - Lightweight, truly object-oriented, Java client for Docker's API. By @amihaiemil (https://github.com/amihaiemil)
- docker-maven-plugin (https://github.com/fabric8io/docker-maven-plugin) - A Maven plugin for running and creating Docker images by @fabric8io (https://github.com/fabric8io)
- Docker-PowerShell (https://github.com/Microsoft/Docker-PowerShell) - PowerShell Module for Docker
- Docker-PowerShell (https://github.com/Microsoft/Docker-PowerShell) - :skull: PowerShell Module for Docker
- Docker.DotNet (https://github.com/Microsoft/Docker.DotNet) - C#/.NET HTTP client for the Docker remote API by @ahmetb (https://github.com/ahmetb)
- Docker.Registry.DotNet (https://github.com/ChangemakerStudios/Docker.Registry.DotNet) - .NET (C#) Client Library for interacting with a Docker Registry API (v2) @rquackenbush (https://github.com/rquackenbush)
- dockerfile-maven (https://github.com/spotify/dockerfile-maven) - A Maven plugin for building and pushing Docker images by @spotify spotify 
- dockerfile-maven (https://github.com/spotify/dockerfile-maven) - :skull: A Maven plugin for building and pushing Docker images by @spotify spotify 
- dockerode (https://github.com/apocas/dockerode) - Docker Remote API node.js module by @apocas (https://github.com/apocas)
- DoMonit (https://github.com/eon01/DoMonit) - A simple Docker Monitoring wrapper For Docker API
- go-dockerclient (https://github.com/fsouza/go-dockerclient/) - Go HTTP client for the Docker remote API by @fsouza (https://github.com/fsouza/)
- Gradle Docker plugin (https://github.com/gesellix/gradle-docker-plugin) - A Docker remote api plugin for Gradle by @gesellix gesellix 
- libcompose (https://github.com/docker/libcompose) - Go library for Docker Compose.
- libcompose (https://github.com/docker/libcompose) - :skull: Go library for Docker Compose.
- Portainer stack utils (https://github.com/greenled/portainer-stack-utils) :construction: - Bash script to deploy/update/undeploy Docker stacks in a Portainer instance from a docker-compose yaml file. By @greenled 
(https://github.com/greenled).
- sbt-docker-compose (https://github.com/Tapad/sbt-docker-compose) - Integrates Docker Compose functionality into sbt by @kurtkopchik (https://github.com/kurtkopchik/)
- sbt-docker-compose (https://github.com/Tapad/sbt-docker-compose) - :skull: Integrates Docker Compose functionality into sbt by @kurtkopchik (https://github.com/kurtkopchik/)
- sbt-docker (https://github.com/marcuslonnberg/sbt-docker) - Create Docker images directly from sbt by @marcuslonnberg (https://github.com/marcuslonnberg)
CI/CD
@@ -689,15 +694,15 @@
Development Environment
- batect (https://github.com/batect/batect) - build and testing environments as code tool: Dockerised build and testing environments made easy by @charleskorn (https://github.com/charleskorn)
- batect (https://github.com/batect/batect) - :skull: build and testing environments as code tool: Dockerised build and testing environments made easy by @charleskorn (https://github.com/charleskorn)
- Binci (https://github.com/binci/binci) - Containerize your development workflow. (formerly DevLab by @TechnologyAdvice (https://github.com/TechnologyAdvice))
- Boot2Docker (https://github.com/boot2docker/boot2docker) :skull: - Docker for OSX and Windows
- coder (https://github.com/coder/coder) - remote development machines powered by Terraform or Docker by @coder (https://github.com/coder)
- construi (https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by @lstephen (https://github.com/lstephen)
- Crashcart (https://github.com/oracle/crashcart) - Sideload Linux binaries into a running container for troubleshooting by @Oracle oracle 
- Crashcart (https://github.com/oracle/crashcart) - :skull: Sideload Linux binaries into a running container for troubleshooting by @Oracle oracle 
- dde (https://github.com/whatwedo/dde) :construction: - Local development environment toolset based on Docker. By @whatwedo (https://github.com/whatwedo)
- Devstep (https://github.com/fgrehm/devstep) :skull: - Development environments powered by Docker and buildpacks by @fgrehm fgrehm 
- Dinghy (https://github.com/codekitchen/dinghy) - An alternative way to use Docker on Mac OS X using Docker Machine with virtualbox, vmware, xhyve or parallels
- Dinghy (https://github.com/codekitchen/dinghy) - :skull: An alternative way to use Docker on Mac OS X using Docker Machine with virtualbox, vmware, xhyve or parallels
- DIP (https://github.com/bibendi/dip) - CLI utility for straightforward provisioning and interacting with an application configured by docker-compose. By @bibendi (https://github.com/bibendi)
- DLite (https://github.com/nlf/dlite) :skull: - Simplest way to use Docker on OSX, no VM needed. By @nlf (https://github.com/nlf)
- dobi (https://github.com/dnephin/dobi) - A build automation tool for Docker applications. By @dnephin (https://github.com/dnephin)
@@ -705,17 +710,17 @@
repositories. By @NandoQuintana (https://github.com/nandoquintana).
- Docker osx dev (https://github.com/brikis98/docker-osx-dev) :skull: - A productive development environment with Docker on OS X by @brikis98 (https://github.com/brikis98)
- Docker-Arch (https://github.com/Ph3nol/Docker-Arch) - Generate Web/CLI projects Dockerized development environments, from 1 simple YAML file. By @Ph3nol (https://github.com/ph3nol)
- Docker-sync (https://github.com/EugenMayer/docker-sync) - Drastically improves performance (50-70x (https://github.com/EugenMayer/docker-sync/wiki/4.-Performance)) when using Docker for development on Mac OS X/Windows and Linux 
while sharing code to the container. By @EugenMayer (https://github.com/EugenMayer)
- Docker-sync (https://github.com/EugenMayer/docker-sync) - Drastically improves performance (50-70x (https://github.com/EugenMayer/docker-sync/wiki/4.-Performance)) when using Docker for development on Mac OS X/Windows and Linux while sharing 
code to the container. By @EugenMayer (https://github.com/EugenMayer)
- docker-vm (https://github.com/shyiko/docker-vm) - Simple and transparent alternative to boot2docker (backed by Vagrant) by @shyiko (https://github.com/shyiko)
- DockerBuildManagement (https://github.com/DIPSAS/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 
- DockerBuildManagement (https://github.com/DIPSAS/DockerBuildManagement) - :skull: 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.
- DockerDL (https://github.com/matifali/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.
- Dusty (https://github.com/gamechanger/dusty) - Managed Docker development environments on OS X
- Dusty (https://github.com/gamechanger/dusty) - :skull: Managed Docker development environments on OS X
- Eclipse Che (https://github.com/eclipse/che) - Developer workspace server with Docker runtimes, cloud IDE, next-generation Eclipse IDE
- EnvCLI (https://github.com/EnvCLI/EnvCLI) - Replace your local installation of Node, Go, ... with project-specific docker containers. By @EnvCLI (https://github.com/EnvCLI)
- ESP32 Linux - Docker builder (https://github.com/hpsaturn/esp32s3-linux) - Container solution to compile Linux and develop it for ESP32 microcontrollers - By @Hpsaturn (https://github.com/hpsaturn)
- footloose (https://github.com/weaveworks/footloose) - Spin containers that look like Virtual Machines - By @dlespiau (https://github.com/dlespiau)
- footloose (https://github.com/weaveworks/footloose) - :skull: Spin containers that look like Virtual Machines - By @dlespiau (https://github.com/dlespiau)
- forward2docker (https://github.com/bsideup/forward2docker) :skull: - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by @bsideup (https://github.com/bsideup)
- Gebug (https://github.com/moshebe/gebug) - A tool that makes debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features, seamlessly.
- Kitt (https://github.com/senges/kitt) - A portable and disposable Shell environment, based on Docker and Nix. By @senges (https://github.com/senges)
@@ -733,7 +738,7 @@
- docker_gc (https://github.com/pdacity/docker_gc) - Image for automatic removing unused Docker Swarm objects. Also works just as Docker Service by @pdacity (https://github.com/pdacity)
- Docker-cleanup (https://github.com/meltwater/docker-cleanup) :skull: - Automatic Docker image, container and volume cleanup by @meltwater (https://github.com/meltwater)
- docker-custodian (https://github.com/Yelp/docker-custodian) - Keep docker hosts tidy. By @Yelp (https://github.com/Yelp)
- docker-garby (https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by @konstruktoid (https://github.com/konstruktoid).
- docker-garby (https://github.com/konstruktoid/docker-garby) - :skull: Docker garbage collection script by @konstruktoid (https://github.com/konstruktoid).
- docker-gc (https://github.com/spotify/docker-gc) :skull: - A cron job that will delete old stopped containers and unused images by @spotify spotify 
- Docuum (https://github.com/stepchowfun/docuum) - Least recently used (LRU) eviction of Docker images by @stepchowfun (https://github.com/stepchowfun)
- sherdock (https://github.com/rancher/sherdock) :skull: - Automatic GC of images based on regexp by @rancher rancher 
@@ -742,33 +747,33 @@
- AMP (https://github.com/appcelerator-archive/amp) :skull: - The open source unified CaaS/FaaS platform for Docker, batteries included. By @Appcelerator (https://github.com/appcelerator-archive)
- Apache OpenWhisk (https://github.com/apache/openwhisk) - a serverless, open source cloud platform that executes functions in response to events at any scale. By @apache (https://github.com/apache)
- Docker-Lambda (https://github.com/lambci/docker-lambda) - Docker images and test runners that replicate the live AWS Lambda environment. By @lamb-ci (https://github.com/lambci)
- Docker-Lambda (https://github.com/lambci/docker-lambda) - :skull: Docker images and test runners that replicate the live AWS Lambda environment. By @lamb-ci (https://github.com/lambci)
- Funker (https://github.com/bfirsh/funker-example-voting-app) - Functions as Docker containers example voting app. By @bfirsh (https://github.com/bfirsh)
- IronFunctions (https://github.com/iron-io/functions) - The serverless microservices platform FaaS (Functions as a Service) which uses Docker containers to run Any language or AWS Lambda functions
- Koyeb (https://www.koyeb.com/) :heavy_dollar_sign: - 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.
- Koyeb (https://www.koyeb.com/) :heavy_dollar_sign: - 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.
- OpenFaaS (https://github.com/openfaas/faas) - A complete serverless functions framework for Docker and Kubernetes. By OpenFaaS (https://github.com/openfaas)
- SCAR (https://github.com/grycap/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 (https://github.com/grycap)
- SCAR (https://github.com/grycap/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 
(https://github.com/grycap)
Testing
- Container Structure Test (https://github.com/GoogleContainerTools/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 googlecontainertools 
- Container Structure Test (https://github.com/GoogleContainerTools/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 
googlecontainertools 
- dgoss (https://github.com/aelsabbahy/goss/tree/master/extras/dgoss) - A fast YAML based tool for validating docker containers.
- DockerSpec (https://github.com/zuazo/dockerspec) - A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily. By @zuazo (https://github.com/zuazo)
- Dockunit (https://github.com/dockunit/platform) :skull: - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By @dockunit (https://github.com/dockunit)
- EZDC (https://github.com/lynchborg/ezdc) - Golang test harness for easily setting up tests that rely on services in a docker-compose.yml. By @byrnedo 
- InSpec 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 (https://github.com/chef)
- Kurtosis (https://github.com/kurtosis-tech/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 (https://www.kurtosis.com/)
- Kurtosis (https://github.com/kurtosis-tech/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 (https://www.kurtosis.com/)
- Pull Dog (https://github.com/apps/pull-dog) - A GitHub app that automatically creates Docker-based test environments for your pull requests, from your docker-compose files. Not open source.
- Pumba (https://github.com/alexei-led/pumba) - Chaos testing tool for Docker. Can be deployed on kubernetes and CoreOS cluster. By @alexei-led (https://github.com/alexei-led)
Wrappers
- Ansible (https://docs.ansible.com/ansible/latest/collections/community/general/docker_container_module.html) - Manage the life cycle of Docker containers. By RedHat
- Azk (https://github.com/azukiapp/azk) - Orchestrate development environments on your local machine by @azukiapp (https://github.com/azukiapp)
- Azk (https://github.com/azukiapp/azk) - :skull: Orchestrate development environments on your local machine by @azukiapp (https://github.com/azukiapp)
- Beluga (https://github.com/cortexmedia/Beluga) :skull: - CLI to deploy docker containers on a single server or low amount of servers. By @cortextmedia (https://github.com/cortexmedia)
- dexec (https://github.com/docker-exec/dexec) - Command line interface written in Go for running code with Docker Exec images.
- dockerized (https://github.com/benzaita/dockerized-cli) - Seamlessly execute commands in a container.
@@ -776,11 +781,11 @@
- FuGu (https://github.com/mattes/fugu) :skull: - Docker run wrapper without orchestration by @mattes (https://github.com/mattes)
- Hokusai (https://github.com/artsy/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 
(https://github.com/artsy)
- Preevy (https://github.com/livecycle/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.
- Preevy (https://github.com/livecycle/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.
- Shutit (https://github.com/ianmiell/shutit) - Tool for building and maintaining complex Docker deployments by @ianmiell (https://github.com/ianmiell)
- subuser (https://github.com/subuser-security/subuser) - Makes it easy to securely and portably run graphical desktop applications in Docker
- T.A.D.S. boilerplate (https://github.com/Thomvaill/tads-boilerplate) - The power of Ansible and Terraform + the simplicity of Docker Swarm = Infrastructure as Code and DevOps best practices. By @Thomvaill 
- T.A.D.S. boilerplate (https://github.com/Thomvaill/tads-boilerplate) - :skull: The power of Ansible and Terraform + the simplicity of Docker Swarm = Infrastructure as Code and DevOps best practices. By @Thomvaill 
(https://github.com/Thomvaill)
- Terraform cloud-init config (https://github.com/christippett/terraform-cloudinit-container-server) - Terraform module for deploying a single Docker image or docker-compose.yaml file to any Cloud™ VM
- Turbo (https://github.com/ramitsurana/turbo) - Simple and Powerful utility for docker. By @ramitsurana ramitsurana 
@@ -805,12 +810,11 @@
- Appfleet (https://appfleet.com/) :heavy_dollar_sign: - Edge platform to deploy and manage containerized services globally. The system will route the traffic to the closest location for lower latency.
- Azure AKS (https://azure.microsoft.com/en-us/products/kubernetes-service/) :heavy_dollar_sign: - Simplify Kubernetes management, deployment, and operations. Use a fully managed Kubernetes container orchestration service.
- Cloud 66 (https://www.cloud66.com) :heavy_dollar_sign: - Full-stack hosted container management as a service
- Dockhero (https://dockhero.io/) :heavy_dollar_sign: - Dockhero is a Heroku add-on which turns a Docker image into a microservice attached to the Heroku app. Currently in beta.
- Giant Swarm (https://www.giantswarm.io/) :heavy_dollar_sign: - Simple microservice infrastructure. Deploy your containers in seconds.
- Google Container Engine (https://cloud.google.com/kubernetes-engine/docs/) :heavy_dollar_sign: - Docker containers on Google Cloud Computing powered by Kubernetes kubernetes .
- Mesosphere DC/OS Platform (https://d2iq.com/products/dcos) :heavy_dollar_sign: - Integrated platform for data and containers built on Apache Mesos by @mesosphere (https://d2iq.com)
- Red Hat CodeReady Workspaces (https://developers.redhat.com/products/openshift-dev-spaces/overview) - A collaborative Kubernetes-native solution for rapid application development that delivers consistent developer environments on 
Red Hat OpenShift to allow anyone with a browser to contribute code in under two minutes.
- Red Hat CodeReady Workspaces (https://developers.redhat.com/products/openshift-dev-spaces/overview) - A collaborative Kubernetes-native solution for rapid application development that delivers consistent developer environments on Red Hat 
OpenShift to allow anyone with a browser to contribute code in under two minutes.
- Red Hat OpenShift Dedicated (https://www.redhat.com/en/technologies/cloud-computing/openshift/dedicated) :heavy_dollar_sign: - Fully-managed Red Hat® OpenShift® service on Amazon Web Services and Google Cloud
- Triton (https://www.joyent.com/) :heavy_dollar_sign: - Elastic container-native infrastructure by Joyent.
- Virtuozzo Application Platform (https://www.virtuozzo.com/application-platform-partners/) :heavy_dollar_sign: - Deploy and manage your projects with turnkey PaaS across a wide network of reliable service providers
@@ -818,28 +822,27 @@
Monitoring Services
- AppDynamics (https://github.com/Appdynamics/docker-monitoring-extension) - Docker Monitoring extension gathers metrics from the Docker Remote API, either using Unix Socket or TCP.
- Better Stack (https://betterstack.com/community/guides/scaling-docker/) :heavy_dollar_sign: - A Docker-compatible observability stack that delivers robust log aggregation and uptime monitoring capabilities for various software 
application.
- Broadcom Docker Monitoring (https://www.broadcom.com/info/aiops/docker-monitoring) :heavy_dollar_sign: - 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)
- Better Stack (https://betterstack.com/community/guides/scaling-docker/) :heavy_dollar_sign: - A Docker-compatible observability stack that delivers robust log aggregation and uptime monitoring capabilities for various software application.
- Broadcom Docker Monitoring (https://www.broadcom.com/info/aiops/docker-monitoring) :heavy_dollar_sign: - 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 (https://www.splunk.com/en_us/blog/tips-and-tricks/collecting-docker-logs-and-stats-with-splunk.html)
- Datadog (https://www.datadoghq.com/) :heavy_dollar_sign: - 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.
- Datadog (https://www.datadoghq.com/) :heavy_dollar_sign: - 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.
- Prometheus (https://prometheus.io/) :heavy_dollar_sign: - Open-source service monitoring system and time series database
- Site24x7 (https://www.site24x7.com/docker-monitoring.html) :heavy_dollar_sign: - Docker Monitoring for DevOps and IT is a SaaS Pay per Host model
- SPM for Docker (https://github.com/sematext/sematext-agent-docker) :heavy_dollar_sign: - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. 
@sematext (https://github.com/sematext)
- Sysdig Monitor (https://sysdig.com/products/monitor/) :heavy_dollar_sign: - 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.
- SPM for Docker (https://github.com/sematext/sematext-agent-docker) :heavy_dollar_sign: - Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. @sematext 
(https://github.com/sematext)
- Sysdig Monitor (https://sysdig.com/products/monitor/) :heavy_dollar_sign: - 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.
 Useful Resources
 Useful Resources
- Valuable Docker Links (http://nane.kratzke.pages.mylab.th-luebeck.de/about/blog/2014/08/24/valuable-docker-links/) High quality articles about docker! MUST SEE
- Become a Docker Power User with Visual Studio Code (https://www.thebyte.io/become-docker-power-user-with-vs-code) - :heavy_dollar_sign: A training course to help you become a Docker Power user with Visual Studio Code
- Cloud Native Landscape (https://github.com/cncf/landscape)
- Docker Blog (https://www.docker.com/blog/) - regular updates about Docker, the community and tools
- Docker Certification (https://intellipaat.com/docker-training-course/?US) :heavy_dollar_sign: 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 Certification (https://intellipaat.com/docker-training-course/?US) :heavy_dollar_sign: 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 Community on Hashnode (https://hashnode.com/n/docker)
- Docker dev bookmarks (https://www.codever.dev/search?q=docker) - use the tag docker (https://www.codever.dev/bookmarks/t/docker)
- Docker in Action, Second Edition (https://www.manning.com/books/docker-in-action-second-edition)
@@ -855,24 +858,24 @@
- Awesome Compose (https://github.com/docker/awesome-compose) - Docker Compose samples
- Awesome Kubernetes (https://github.com/ramitsurana/awesome-kubernetes) by @ramitsurana ramitsurana 
- Awesome Linux Container (https://github.com/Friz-zy/awesome-linux-containers) more general about container than this repo, by @Friz-zy (https://github.com/Friz-zy).
- Awesome Selfhosted (https://github.com/awesome-selfhosted/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 (https://github.com/Kickball)
- Awesome Selfhosted (https://github.com/awesome-selfhosted/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 (https://github.com/Kickball)
- Awesome Sysadmin (https://github.com/n1trux/awesome-sysadmin) by @n1trux (https://github.com/n1trux)
- ToolsOfTheTrade (https://github.com/cjbarber/ToolsOfTheTrade) a list of SaaS and On premise applications by @cjbarber (https://github.com/cjbarber)
Demos and Examples
- An Annotated Docker Config for Frontend Web Development (https://nystudio107.com/blog/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.
- An Annotated Docker Config for Frontend Web Development (https://nystudio107.com/blog/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.
- Local Docker DB (https://github.com/alexmacarthur/local-docker-db) a list of docker-compose samples for a lot of databases by @alexmacarthur (https://github.com/alexmacarthur)
- Webstack-micro (https://github.com/ferbs/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.
Good Tips
- Docker Caveats (http://docker-saigon.github.io/post/Docker-Caveats/) What You Should Know About Running Docker In Production (written 11 APRIL 2016) MUST SEE
- Docker Containers on the Desktop (https://blog.jessfraz.com/post/docker-containers-on-the-desktop/) - The funniest way to learn about docker by @jessfraz jessfraz who also gave a presentation 
(https://www.youtube.com/watch?v=1qlLUf7KtAw) about it @ DockerCon 2015
- Docker vs. VMs? Combining Both for Cloud Portability Nirvana (https://www.flexera.com/blog/cloud/docker-vs-vms-combining-both-for-cloud-portability-nirvana/)
- Docker Containers on the Desktop (https://blog.jessfraz.com/post/docker-containers-on-the-desktop/) - The funniest way to learn about docker by @jessfraz jessfraz who also gave a presentation (https://www.youtube.com/watch?v=1qlLUf7KtAw) 
about it @ DockerCon 2015
- Docker vs. VMs? Combining Both for Cloud Portability Nirvana (https://www.flexera.com/blog/finops/docker-vs-vms-combining-both-for-cloud-portability-nirvana/)
- Dockerfile best practices (https://github.com/hexops/dockerfile) - This repository has best-practices for writing Dockerfiles
- Don't Repeat Yourself with Anchors, Aliases and Extensions in Docker Compose Files (https://medium.com/@kinghuang/docker-compose-anchors-aliases-extensions-a1e4105d70bd) by @King Chung Huang (https://github.com/kinghuang)
- GUI Apps with Docker (http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by @fgrehm fgrehm 
@@ -890,7 +893,7 @@
- CVE Scanning Alpine images with Multi-stage builds in Docker 17.05 (https://github.com/tomwillfixit/alpine-cvecheck) by @tomwillfixit (https://twitter.com/tomwillfixit)
- Docker Secure Deployment Guidelines (https://github.com/AonCyberLabs/Docker-Secure-Deployment-Guidelines)
- Docker Security - Quick Reference (https://binarymist.io/publication/docker-security/)
- Docker Security: Are Your Containers Tightly Secured to the Ship? SlideShare (https://fr.slideshare.net/MichaelBoelen/docker-security-are-your-containers-tightly-secured-to-the-ship)
- Docker Security: Are Your Containers Tightly Secured to the Ship? SlideShare (https://www.slideshare.net/slideshow/docker-security-are-your-containers-tightly-secured-to-the-ship/43834790)
- How CVE's are handled on Offical Docker Images (https://github.com/docker-library/official-images/issues/1448)
- Lynis is an open source security auditing tool including Docker auditing (https://cisofy.com/lynis/)
- Security Best Practices for Building Docker Images (https://linux-audit.com/tags/docker/)
@@ -922,7 +925,7 @@
- Scalable Microservices with Kubernetes (https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615) Free Udacity course
- State of containers: a debate with CoreOS, VMware and Google (https://www.youtube.com/watch?v=IiITP3yIRd8) (27:38)
 Communities and Meetups
 Communities and Meetups
Brazilian
@@ -951,8 +954,6 @@
!Stargazers over time (https://starchart.cc/veggiemonk/awesome-docker.svg) (https://starchart.cc/veggiemonk/awesome-docker)
Contributor over time
contributing : https://github.com/veggiemonk/awesome-docker/blob/master/.github/CONTRIBUTING.md
akito : https://github.com/theAkito
calico : https://github.com/projectcalico/calico
@@ -963,7 +964,7 @@
deepfence : https://github.com/deepfence
distribution : https://github.com/docker/distribution
docker-flow : https://github.com/docker-flow
docker-for-windows : https://docs.docker.com/desktop/install/windows-install/
docker-for-windows : https://docs.docker.com/desktop/setup/install/windows-install/
docker : https://github.com/docker
editreadme : https://github.com/veggiemonk/awesome-docker/edit/master/README.md
fgrehm : https://github.com/fgrehm
@@ -980,7 +981,7 @@
lispyclouds : https://github.com/lispyclouds
nvidia : https://github.com/nvidia
nginxproxy : https://github.com/nginx-proxy/nginx-proxy
openshift : https://www.okd.io
openshift : https://okd.io/
oracle : https://github.com/oracle
peco602 : https://github.com/Peco602
powerman : https://github.com/powerman
@@ -998,3 +999,5 @@
@crazy-max : https://github.com/crazy-max
@grammarly : https://github.com/grammarly
@skanehira : https://github.com/skanehira
docker Github: https://github.com/veggiemonk/awesome-docker