Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 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
@@ -15,12 +15,12 @@
_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 
@@ -86,53 +86,49 @@
 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 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 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 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 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 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 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.
- 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.
- 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.
- 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.
- 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.
Cheatsheets by
@@ -142,24 +138,24 @@
- @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
@@ -192,8 +188,7 @@
- elsy (https://github.com/cisco/elsy) - An opinionated, multi-language, build tool based on Docker and Docker Compose
- habitus (https://github.com/cloud66-oss/habitus) - A Build Flow Tool for Docker by @cloud66 (https://github.com/cloud66)
- kompose (https://github.com/kubernetes/kompose) - Go from Docker Compose to Kubernetes
- Maestro (https://github.com/toscanini/maestro) :skull: - Maestro provides the ability to easily launch, orchestrate and manage multiple Docker containers as single unit by @tascanini 
(https://github.com/toscanini)
- Maestro (https://github.com/toscanini/maestro) :skull: - Maestro provides the ability to easily launch, orchestrate and manage multiple Docker containers as single unit by @tascanini (https://github.com/toscanini)
- percheron (https://github.com/ashmckenzie/percheron) :skull: - Organise your Docker containers with muscle and intelligence by @ashmckenzie (https://github.com/ashmckenzie)
- plash (https://github.com/ihucos/plash) - A container run and build engine - runs inside docker.
- podman-compose (https://github.com/containers/podman-compose) - a script to run docker-compose.yml using podman by @containers containers 
@@ -201,8 +196,7 @@
- rocker (https://github.com/grammarly/rocker) :skull: - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by @grammarly .
- Smalte (https://github.com/roquie/smalte) Dynamically configure applications that require static configuration in docker container. By @roquie (https://github.com/roquie)
- Stacker (https://github.com/stacker/stacker-cli) :skull: - Docker Compose Templates. Stacker provides an abstraction layer over Docker Compose and a better DX (developer experience).
- Stitchocker (https://github.com/alexaandrov/stitchocker) - A lightweight and fast command line utility for conveniently grouping your docker-compose multiple container services. By @alexaandrov 
(https://github.com/alexaandrov)
- Stitchocker (https://github.com/alexaandrov/stitchocker) - A lightweight and fast command line utility for conveniently grouping your docker-compose multiple container services. By @alexaandrov (https://github.com/alexaandrov)
- Zodiac (https://github.com/CenturyLinkLabs/zodiac) :skull: - A lightweight tool for easy deployment and rollback of dockerized applications. By @CenturyLinkLabs centurylinklabs 
Deployment and Infrastructure
@@ -210,29 +204,28 @@
- awesome-stacks (https://github.com/ethibox/awesome-stacks) - Deploy 80+ 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)
- 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)
- 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)
- 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://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.
- cAdvisor (https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. Created by @Google google 
- 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 
@@ -246,31 +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 (https://github.com/gocardless)
- 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 
(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 .
- 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/)
- 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 
.
- 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)
- 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.
@@ -279,16 +270,15 @@
- 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 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
- 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.
@@ -301,8 +291,8 @@
- 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
@@ -315,8 +305,8 @@
- Empire (https://github.com/remind101/empire) - A PaaS built on top of Amazon EC2 Container Service (ECS)
- Exoframe (https://github.com/exoframejs/exoframe) - A self-hosted tool that allows simple one-command deployments using Docker
- Flynn (https://github.com/flynn/flynn) :skull: - A next generation open source platform as a service
- Hephy Workflow (https://github.com/teamhephy/workflow) - Open source PaaS for Kubernetes that adds a developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage applications. Fork
of Deis Workflow (https://github.com/deis/workflow)
- Hephy Workflow (https://github.com/teamhephy/workflow) - Open source PaaS for Kubernetes that adds a developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage applications. Fork of Deis Workflow 
(https://github.com/deis/workflow)
- Krane (https://github.com/krane/krane) - Toolset for managing container workloads on remote servers
- Nanobox (https://github.com/nanobox-io/nanobox) :heavy_dollar_sign: - An application development platform that creates local environments that can then be deployed and scaled in the cloud.
- OpenShift openshift - An open source PaaS built on Kubernetes kubernetes and optimized for Dockerized app development and deployment by Red Hat (https://www.redhat.com/en)
@@ -329,17 +319,15 @@
- 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)
- 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 
- Swarm Ingress Router (https://github.com/tpbowden/swarm-ingress-router) :skull: - Route DNS names to Swarm services based on labels. By @tpbowden (https://github.com/tpbowden/)
- Swarm Router (https://github.com/flavioaiello/swarm-router) - A «zero config» service name based router for docker swarm mode with a fresh and more secure approach. By @flavioaiello 
(https://github.com/flavioaiello)
- Swarm Router (https://github.com/flavioaiello/swarm-router) - A «zero config» service name based router for docker swarm mode with a fresh and more secure approach. By @flavioaiello (https://github.com/flavioaiello)
- Træfɪk (https://github.com/containous/traefik) - Automated reverse proxy and load-balancer for Docker, Mesos, Consul, Etcd... By @EmileVauge (https://github.com/emilevauge)
Runtime
@@ -349,8 +337,7 @@
- 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 
- rlxc (https://github.com/brauner/rlxc) - LXC binary written in Rust by @brauner (https://github.com/brauner)
- runtime-tools (https://github.com/opencontainers/runtime-tools) - oci-runtime-tool is a collection of tools for working with the OCI runtime specification by @opencontainers 
(https://github.com/opencontainers)
- runtime-tools (https://github.com/opencontainers/runtime-tools) - oci-runtime-tool is a collection of tools for working with the OCI runtime specification by @opencontainers (https://github.com/opencontainers)
Security
@@ -358,31 +345,30 @@
- 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.
- 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.
- 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.
- 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.
- Trivy (https://github.com/aquasecurity/trivy) - Aqua Security's open source simple and comprehensive vulnerability scanner for containers (suitable for CI).
Service Discovery
@@ -395,16 +381,15 @@
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 (https://github.com/leighmcculloch)
- 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 
(https://github.com/leighmcculloch)
- 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.
@@ -447,10 +432,10 @@
- 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)
- 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)
- 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)
- 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)
- 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 
CLI tools
@@ -458,19 +443,18 @@
- captain (https://github.com/jenssegers/captain) - Easily start and stop docker compose projects from any directory. By @jenssegers (https://github.com/jenssegers)
- dcinja (https://github.com/Falldog/dcinja) - The powerful and smallest binary size of template engine for docker command line environment. By @Falldog (https://github.com/Falldog)
- dcp (https://github.com/exdx/dcp) - A simple tool for copying files from container filesystems. By @exdx (https://github.com/exdx)
- dctl (https://github.com/FabienD/docker-stack) - dctl is a Cli tool that helps developers by allowing them to execute all docker compose commands anywhere in the terminal, and more. By FabienD 
(https://github.com/FabienD)
- dctl (https://github.com/FabienD/docker-stack) - dctl is a Cli tool that helps developers by allowing them to execute all docker compose commands anywhere in the terminal, and more. By FabienD (https://github.com/FabienD)
- decompose (https://github.com/s0rg/decompose) - Reverse-engineering tool for docker environments. By @s0rg (https://github.com/s0rg)
- docker-ls (https://github.com/mayflower/docker-ls) - CLI tools for browsing and manipulating docker registries by @mayflower (https://github.com/mayflower)
- docker pushrm (https://github.com/christian-korneck/docker-pushrm) - A Docker CLI plugin that lets you push the README.md file from the current directory to Docker Hub. Also supports Quay and Harbor. By 
@christian-korneck (https://github.com/christian-korneck)
- docker pushrm (https://github.com/christian-korneck/docker-pushrm) - A Docker CLI plugin that lets you push the README.md file from the current directory to Docker Hub. Also supports Quay and Harbor. By @christian-korneck 
(https://github.com/christian-korneck)
- dockersql (https://github.com/crosbymichael/dockersql) - :skull: A command line interface to query Docker using SQL by @crosbymichael (https://github.com/crosbymichael)
- DVM (https://github.com/howtowhale/dvm) - Docker version manager by @howtowhale (https://github.com/howtowhale)
- goinside (https://github.com/iamsoorena/goinside) - Get inside a running docker container easily. by @iamsoorena (https://github.com/iamsoorena)
- ns-enter (https://github.com/jpetazzo/nsenter) - :skull: no more ssh, enter name spaces of container by @jpetazzo jpetazzo 
- Pdocker (https://github.com/g31s/Pdocker) - A simple tool to manage and maintain Docker for personal projects by @g31s (https://github.com/g31s)
- proco (https://github.com/shiwaforce/poco) - Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from 
finding your project to initialising it in your local environment. by @shiwaforce (https://github.com/shiwaforce)
- proco (https://github.com/shiwaforce/poco) - Proco will help you to organise and manage Docker, Docker-Compose, Kubernetes projects of any complexity using simple YAML config files to shorten the route from finding your project to 
initialising it in your local environment. by @shiwaforce (https://github.com/shiwaforce)
- reg (https://github.com/genuinetools/reg) - :skull: Docker registry v2 command line client by @genuinetools genuinetools 
- scuba (https://github.com/JonathonReinhart/scuba) - Transparently use Docker containers to encapsulate software build environments, by @JonathonReinhart (https://github.com/JonathonReinhart)
- skopeo (https://github.com/containers/skopeo) - Work with remote images registries - retrieving information, images, signing content by @containers containers 
@@ -493,16 +477,14 @@
- 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) - 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 (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/)
- 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).
- 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/)
@@ -514,8 +496,7 @@
- Swarmpit (https://github.com/swarmpit/swarmpit) - Swarmpit provides simple and easy to use interface for your Docker Swarm cluster. You can manage your stacks, services, secrets, volumes, networks etc.
- Swirl (https://github.com/cuigh/swirl) - Swirl is a web management tool for Docker, focused on swarm cluster By @cuigh (https://github.com/cuigh/)
- Theia (https://github.com/eclipse-theia/theia) - Extensible platform to develop full-fledged multi-language Cloud & Desktop IDE-like products with state-of-the-art web technologies.
- Yacht (https://github.com/SelfhostedPro/Yacht) :construction: - A Web UI for docker that focuses on templates and ease of use in order to make deployments as easy as possible. By @SelfhostedPro 
(https://github.com/SelfhostedPro)
- Yacht (https://github.com/SelfhostedPro/Yacht) :construction: - A Web UI for docker that focuses on templates and ease of use in order to make deployments as easy as possible. By @SelfhostedPro (https://github.com/SelfhostedPro)
Docker Images
@@ -536,13 +517,13 @@
- 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.
- 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)
@@ -566,18 +547,17 @@
- 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/)
- dockramp (https://github.com/jlhawn/dockramp) :skull: - Proof of Concept: A Client Driven Docker Image Builder by @jlhawn (https://github.com/jlhawn)
- essex (https://github.com/utensils/essex) - Boilerplate for Docker Based Projects: Essex is a CLI utility written in bash to quickly setup clean and consistent Docker projects with Makefile driven workflows.
@jamesbrink (https://github.com/jamesbrink)
- 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 
- essex (https://github.com/utensils/essex) - Boilerplate for Docker Based Projects: Essex is a CLI utility written in bash to quickly setup clean and consistent Docker projects with Makefile driven workflows. @jamesbrink 
(https://github.com/jamesbrink)
- 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
- 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
- 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.
@@ -590,11 +570,10 @@
- chaperone-docker (https://github.com/garywiz/chaperone-docker) - A set of images using the Chaperone process manager, including a lean Alpine image, LAMP, LEMP, and bare-bones base kits.
- 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.
- 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).
- 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)
- Vektorcloud (https://github.com/vektorcloud) - A collection of minimal, Alpine-based Docker images
@@ -628,16 +607,14 @@
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.
- 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.
- 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.
- 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.
- Docker Hub (https://hub.docker.com/) provided by Docker Inc.
@@ -646,11 +623,11 @@
- 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
- 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
@@ -666,24 +643,22 @@
- clj-docker-client (https://github.com/into-docker/clj-docker-client) :skull: - Idiomatic Clojure client for the Docker remote API. By @lispyclouds lispyclouds 
- contajners (https://github.com/lispyclouds/contajners) - An idiomatic, data-driven, REPL friendly Clojure client for OCI container engines. By @lispyclouds lispyclouds 
- 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 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-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.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)
- 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 
- 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.
- 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).
- 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 (https://github.com/marcuslonnberg/sbt-docker) - Create Docker images directly from sbt by @marcuslonnberg (https://github.com/marcuslonnberg)
@@ -692,19 +667,16 @@
- Buddy :heavy_dollar_sign: (https://buddy.works) - The best of Git, build & deployment tools combined into one powerful tool that supercharged our development.
- Captain (https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by @harbur (https://github.com/harbur).
- Cyclone (https://github.com/caicloud/cyclone) - Powerful workflow engine and end-to-end pipeline solutions implemented with native Kubernetes resources by @caicloud (https://github.com/caicloud).
- Depot :heavy_dollar_sign: (https://depot.dev) - Build Docker images fast, in the cloud. Blazing fast compute, automatic intelligent caching, and zero configuration. Done in seconds 
(https://depot.dev/#benchmarks).
- Depot :heavy_dollar_sign: (https://depot.dev) - Build Docker images fast, in the cloud. Blazing fast compute, automatic intelligent caching, and zero configuration. Done in seconds (https://depot.dev/#benchmarks).
- Diun (https://github.com/crazy-max/diun) - Receive notifications when an image or repository is updated on a Docker registry by @crazy-max .
- dockcheck (https://github.com/mag37/dockcheck) - A script checking updates for docker images without pulling then auto-update selected/all containers. With notifications, pruning and more.
- Docker plugin for Jenkins (https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down 
that slave.
- Docker plugin for Jenkins (https://github.com/jenkinsci/docker-plugin/) - The aim of the docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave.
- Drone (https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.
- Gantry (https://github.com/shizunge/gantry) - Automatically update selected Docker swarm services.
- GitLab Runner (https://gitlab.com/gitlab-org/gitlab-runner) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners.
- GOCD-Docker (https://github.com/gocd/gocd-docker) :skull: - Go Server and Agent in docker containers to provision.
- Jaypore CI (https://github.com/theSage21/jaypore_ci) - Simple, very flexible, powerful CI / CD / automation system configured in Python. Offline and local first.
- Kraken CI (https://github.com/Kraken-CI/kraken) - Modern CI/CD, open-source, on-premise system that is highly scalable and focused on testing. One of its executors is Docker. Developed by @Kraken-CI 
(https://github.com/Kraken-CI).
- Kraken CI (https://github.com/Kraken-CI/kraken) - Modern CI/CD, open-source, on-premise system that is highly scalable and focused on testing. One of its executors is Docker. Developed by @Kraken-CI (https://github.com/Kraken-CI).
- Microservices Continuous Deployment (https://github.com/francescou/docker-continuous-deployment) - Continuous deployment of a microservices application.
- mu (https://github.com/stelligent/mu) - Tool to configure CI/CD of your container applications via AWS CodePipeline, CodeBuild and ECS @Stelligent (https://github.com/stelligent)
- Ouroboros (https://github.com/pyouroboros/ouroboros) :skull: - Automatically update running Docker containers with notifications
@@ -729,31 +701,29 @@
- 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)
- Docker Missing Tools (https://github.com/nandoquintana/docker-missing-tools) - A set of bash commands to shortcut typical docker dev-ops. An alternative to creating typical helper scripts like "build.sh" and
"deploy.sh" inside code repositories. By @NandoQuintana (https://github.com/nandoquintana).
- Docker Missing Tools (https://github.com/nandoquintana/docker-missing-tools) - A set of bash commands to shortcut typical docker dev-ops. An alternative to creating typical helper scripts like "build.sh" and "deploy.sh" inside code 
repositories. By @NandoQuintana (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 yaml file describing how to build, test, run or publish a containerized solution.
- 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 
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
- 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)
- 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)
- 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)
- Lando (https://github.com/lando/lando) - Lando is for developers who want to quickly specify and painlessly spin up the services and tools needed to develop their projects. By Tandem 
(https://thinktandem.io/)
- Lando (https://github.com/lando/lando) - Lando is for developers who want to quickly specify and painlessly spin up the services and tools needed to develop their projects. By Tandem (https://thinktandem.io/)
- Rust Universal Compiler (https://github.com/Peco602/rust-universal-compiler) - Container solution to compile Rust projects for Linux, macOS and Windows. By @Peco602 peco602 
- uniget (https://github.com/uniget-org/cli) - uni(versal)get, the installer and updater for container tools and beyond (formerly docker-setup). By @nicholasdille (https://github.com/nicholasdille)
- Vagga (https://github.com/tailhook/vagga) - Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments
by @tailhook (https://github.com/tailhook/)
- Vagga (https://github.com/tailhook/vagga) - Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments by @tailhook 
(https://github.com/tailhook/)
- Zsh-in-Docker (https://github.com/deluan/zsh-in-docker) - Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line! By Deluan (https://www.deluan.com)
Garbage Collection
@@ -775,25 +745,23 @@
- 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)
- 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)
- 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/)
- 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/)
- 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)
@@ -806,10 +774,10 @@
- dockerized (https://github.com/benzaita/dockerized-cli) - Seamlessly execute commands in a container.
- Dray (https://github.com/CenturyLinkLabs/dray) - An engine for managing the execution of container-based workflows by @CenturyLinkLabs centurylinklabs 
- 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.
- 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.
- 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 
@@ -817,8 +785,8 @@
- 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 
- udocker (https://github.com/indigo-dc/udocker) - A tool to execute simple docker containers in batch or interactive systems without root privileges by @inidigo-dc (https://github.com/indigo-dc)
- Vagrant - Docker provider (https://developer.hashicorp.com/vagrant/docs/providers/docker/basics) - Good starting point is vagrant-docker-example (https://github.com/bubenkoff/vagrant-docker-example) by 
@bubenkoff (https://github.com/bubenkoff)
- Vagrant - Docker provider (https://developer.hashicorp.com/vagrant/docs/providers/docker/basics) - Good starting point is vagrant-docker-example (https://github.com/bubenkoff/vagrant-docker-example) by @bubenkoff 
(https://github.com/bubenkoff)
Services based on Docker (mostly :heavy_dollar_sign:)
@@ -826,8 +794,7 @@
- CircleCI (https://circleci.com/) :heavy_dollar_sign: - Push or pull Docker images from your build environment, or build and run containers right on CircleCI.
- CodeFresh (https://codefresh.io) :heavy_dollar_sign: - Everything you need to build, test, and share your Docker applications. Provides automated end to end testing.
- CodeShip (https://www.cloudbees.com/products/codeship) :heavy_dollar_sign: - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated 
to speed and security.
- CodeShip (https://www.cloudbees.com/products/codeship) :heavy_dollar_sign: - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated to speed and security.
- ConcourseCI (https://concourse-ci.org) :heavy_dollar_sign: - A CI SaaS platform for developers and DevOps teams pipeline oriented.
- Semaphore CI (https://semaphoreci.com/) :heavy_dollar_sign: — A high-performance cloud solution that makes it easy to build, test and ship your containers to production.
- TravisCI (https://www.travis-ci.com/) :heavy_dollar_sign: - A Free github projects continuous integration Saas platform for developers and Devops.
@@ -836,47 +803,43 @@
- Amazon ECS (https://aws.amazon.com/ecs/) :heavy_dollar_sign: - A management service on EC2 that supports Docker containers.
- 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.
- 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 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
- 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
- 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
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
- 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)
@@ -892,18 +855,17 @@
- 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.
- 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
@@ -912,8 +874,7 @@
(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/)
- 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)
- 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 
Raspberry Pi & ARM
@@ -961,7 +922,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