├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal (CC0 1.0) 2 | Public Domain Dedication 3 | 4 | [CC0](https://creativecommons.org/publicdomain/zero/1.0/) 5 | 6 | [Full text](https://creativecommons.org/publicdomain/zero/1.0/legalcode) 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Docker 优秀项目和资源大全。 2 | 3 | # Awesome Docker [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 4 | 5 | ## 介绍 6 | [Awesome-Docker](https://github.com/veggiemonk/awesome-docker) 是由 [Julien Bisconti](https://github.com/veggiemonk/) 发起和维护的 Docker 资源列表。该列表收集了许多 Docker 相关的优秀资源和项目,方便了 Docker 用户参考查阅。 7 | 8 | 9 | [Docker 优秀资源大全中文版](https://github.com/haiiiiiyun/awesome-docker-cn) 则是依据 [Awesome-Docker](https://github.com/veggiemonk/awesome-docker) 翻译而来。 10 | 欢迎你帮助一起对这些资源进行整理和推荐,以方便其他用户更容易查找和理解。 11 | 12 | All the links are monitored and tested with [awesome_bot](https://github.com/dkhamsing/awesome_bot) made by [@dkhamsing](https://github.com/dkhamsing) 13 | 14 | # What is Docker ? 15 | 16 | > 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. 17 | 18 | _Source:_ [What is Docker](https://www.docker.com/what-docker) 19 | 20 | # Where to start ? 21 | 22 | * [10-minute Interactive Tutorial](https://docs.docker.com/docker-for-mac/) 23 | * [Docker Training](http://training.docker.com/) 24 | * Read this complete article: [Basics – Docker, Containers, Hypervisors, CoreOS](http://etherealmind.com/basics-docker-containers-hypervisors-coreos/) 25 | * Watch the video: [Docker for Developers][docker4dev] (54:26) by [@jpetazzo][jpetazzo] 26 | * [Docker Jumpstart](https://github.com/odewahn/docker-jumpstart/): a quick introduction 27 | * [Docker Curriculum](http://prakhar.me/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. 28 | * [Install Docker on your machine](docker-cheat-sheet#installation) and play with a few [Useful Images](#useful-images) 29 | * Try [Panamax: Docker Management for Humans][panamax.io] It will install a CoreOS VM with VirtualBox and has nice front end 30 | * [Install Docker Toolbox](https://www.docker.com/products/docker-toolbox) Docker Toolbox is an installer to quickly and easily install and setup a Docker environment on your computer. Available for both Windows and Mac, the Toolbox installs Docker Client, Machine, Compose (Mac only), Kitematic and VirtualBox. 31 | * Check out: [Docker Cheat Sheet][docker-cheat-sheet] by [@wsargent][wsargent] __MUST SEE__ 32 | * [Project Web Dev][projwebdev] : (Article series) How to create your own website based on Docker 33 | * [Docker Containers on the desktop][jessblog] by [@jfrazelle][jfrazelle]) The **funniest way** to 34 | learn 35 | about docker! (Tips: checkout her [dotfiles][jfrazelledotfiles] and her [dockerfiles][jfrazelledockerfiles]) 36 | * [Container Hacks and Fun Images][jessvid] by [@jfrazelle][jfrazelle] @ DockerCon 2015 **MUST WATCH VIDEO** (38:50) 37 | * [Learn Docker](https://github.com/dwyl/learn-docker) Full environment set up, screenshots, step-by-step tutorial and more resources (video, articles, cheat sheets) by [@dwyl](https://github.com/dwyl) 38 | * [Docker Caveats](http://docker-saigon.github.io/post/Docker-Caveats/) What You Should Know About Running Docker In Production (written 11 APRIL 2016) __MUST SEE__ 39 | * [How to Whale](https://howtowhale.com/) Learn Docker in your web browser, no setup or installation required. 40 | 41 | # MENU 42 | 43 | - [What is Docker ?](#what-is-docker-) 44 | - [Where to start ?](#where-to-start-) 45 | - [MENU](#menu) 46 | - [Useful Articles](#useful-articles) 47 | - [Main Resources](#main-resources) 48 | - [General Articles](#general-articles) 49 | - [Deep Dive](#deep-dive) 50 | - [Networking](#networking) 51 | - [Metal](#metal) 52 | - [Multi-Server](#multi-server) 53 | - [Cloud Infrastructure](#cloud-infrastructure) 54 | - [Good Tips](#good-tips) 55 | - [Newsletter](#newsletter) 56 | - [Continuous Integration](#continuous-integration) 57 | - [Optimizing Images](#optimizing-images) 58 | - [Service Discovery](#service-discovery) 59 | - [Security](#security) 60 | - [Performances](#performances) 61 | - [Raspberry Pi & ARM](#raspberry-pi--arm) 62 | - [Other](#other) 63 | - [Books](#books) 64 | - [Tools](#tools) 65 | - [Terminal User Interface](#terminal-user-interface) 66 | - [Dev Tools](#dev-tools) 67 | - [Continuous Integration / Continuous Delivery](#continuous-integration--continuous-delivery) 68 | - [Deployment](#deployment) 69 | - [Hosting for repositories (registries)](#hosting-for-repositories-registries) 70 | - [Hosting for containers](#hosting-for-containers) 71 | - [Reverse Proxy](#reverse-proxy) 72 | - [Web Interface](#web-interface) 73 | - [Local Container Manager](#local-container-manager) 74 | - [Volume management and plugins](#volume-management-and-plugins) 75 | - [Useful Images](#useful-images) 76 | - [Dockerfile](#dockerfile) 77 | - [Storing Images](#storing-images) 78 | - [Monitoring](#monitoring) 79 | - [Networking](#networking) 80 | - [Logging](#logging) 81 | - [Deployment and Infrastructure](#deployment-and-infrastructure) 82 | - [PaaS](#paas) 83 | - [Remote Container Manager / Orchestration](#remote-container-manager--orchestration) 84 | - [Security](#security) 85 | - [Service Discovery](#service-discovery) 86 | - [Metadata](#metadata) 87 | - [Slides](#slides) 88 | - [Videos](#videos) 89 | - [Main Account](#main-account) 90 | - [Useful videos](#useful-videos) 91 | - [Interactive Learning Environments](#interactive-learning-environments) 92 | - [Interesting Twitter Accounts](#interesting-twitter-accounts) 93 | - [People](#people) 94 | 95 | 96 | # Useful Articles 97 | 98 | ## Main Resources 99 | 100 | * [Docker Weekly](https://blog.docker.com/docker-weekly-archives/) Huge resource 101 | * [Docker Cheat Sheet][docker-cheat-sheet] by [@wsargent][wsargent] __MUST SEE__ 102 | * [Docker Printable Refcard][docker-quick-ref] by [@dimonomid][dimonomid] 103 | * [CenturyLink Labs](https://labs.ctl.io/category/docker/) 104 | * [Valuable Docker Links](http://www.nkode.io/2014/08/24/valuable-docker-links.html) Very complete 105 | * [Docker Ecosystem](https://www.mindmeister.com/389671722/docker-ecosystem) (Mind Map) __MUST SEE__ 106 | * [Docker Ecosystem](http://comp.photo777.org/wp-content/uploads/2015/09/Docker-ecosystem-8.5.1.pdf) (PDF) __MUST SEE__ find it on [blog](http://comp.photo777.org/docker-ecosystem/) by Bryzgalov Peter. 107 | * [Blog](https://blog.jessfraz.com/) of [@frazelledazzell][jfrazelle] 108 | * [Blog](http://jpetazzo.github.io/) of [@jpetazzo][jpetazzo] 109 | * [Blog](http://progrium.com/blog/) of [@progrium][progrium] 110 | * [Blog](http://jasonwilder.com/) of [@jwilder][jwilder] 111 | * [Blog](http://crosbymichael.com/) of [@crosbymichael][crosbymichael] 112 | * [Blog](http://gliderlabs.com/blog/) of [@gliderlabs][gliderlabs] 113 | * [Blog](http://sebgoa.blogspot.be/) of [@sebgoa][sebgoa] 114 | * [Blog](https://blog.codeship.com/) of [@codeship](https://github.com/codeship) 115 | * [Digital Ocean Community](https://www.digitalocean.com/community/search?q=docker&type=tutorials) 116 | * [Container42](http://container42.com/) 117 | * [Container solutions](http://container-solutions.com/blog/) 118 | * [DockerOne](http://dockone.io/) Docker Community (in Chinese) by [@LiYingJie](http://dockone.io/people/%E6%9D%8E%E9%A2%96%E6%9D%B0) 119 | * [Project Web Dev][projwebdev] : (Article series) How to create your own website based on Docker 120 | * [Docker vs. VMs? Combining Both for Cloud Portability Nirvana](http://www.rightscale.com/blog/cloud-management-best-practices/docker-vs-vms-combining-both-cloud-portability-nirvana) 121 | * [Docker Containers on the desktop][jessblog] by [@jfrazelle][jfrazelle] The **funniest way** to learn 122 | about docker! (Tips: checkout her [dotfiles][jfrazelledotfiles] and her [dockerfiles][jfrazelledockerfiles])) 123 | * [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). 124 | 125 | ## General Articles 126 | * [Getting Started with Docker](https://serversforhackers.com/getting-started-with-docker) by [@fideloper](https://github.com/fideloper) -- [Servers For Hackers](https://serversforhackers.com/editions) is valuable resource. At some point, every programmer finds themselves needing to know their way around a server. 127 | * [What is Docker and how do you monitor it?](http://axibase.com/docker-monitoring/) 128 | * [How to Use Docker on OS X: The Missing Guide](https://www.viget.com/articles/how-to-use-docker-on-os-x-the-missing-guide) 129 | * [Docker for (Java) Developers](https://ro14nd.de/Docker-for-Developers) 130 | * [Deploying NGINX with Docker](https://www.nginx.com/blog/deploying-nginx-nginx-plus-docker/) 131 | * [Eight Docker Development Patterns](http://hokstad.com/docker/patterns) 132 | * [Rails Development Environment for OS X using Docker](https://allenan.com/docker-rails-dev-environment-for-osx/) 133 | * [Logging on Docker: What You Need to Know](https://dzone.com/articles/logging-docker-what-you-need) + see the 134 | [video][loggingDocker] (~50min) 135 | * [Comparing Five Monitoring Options for Docker](http://rancher.com/comparing-monitoring-options-for-docker-deployments/) 136 | * [Minimalistic data-only container for Docker Compose](http://dockermeetupsinbordeaux.github.io/docker-compose/data-container/2015/03/01/minimalistic-docker-data-container.html) (Written Mar 1, 2015) 137 | * [Running Docker Containers with Systemd](http://container-solutions.com/running-docker-containers-with-systemd/) 138 | * [Dockerizing Flask With Compose and Machine - From Localhost to the Cloud](https://realpython.com/blog/python/dockerizing-flask-with-compose-and-machine-from-localhost-to-the-cloud/) -- [GitHub](https://github.com/realpython/orchestrating-docker) Learn how to deploy an application using Docker Compose and Docker Machine (written 17 April 2015) 139 | * [Why and How to use Docker for Development](https://medium.com/iron-io-blog/why-and-how-to-use-docker-for-development-a156c1de3b24) (written 28 APR 2015) 140 | * [Automating Docker Logging: ElasticSearch, Logstash, Kibana, and Logspout](https://nathanleclaire.com/blog/2015/04/27/automating-docker-logging-elasticsearch-logstash-kibana-and-logspout/) (written 27 APR 2015) 141 | * [Docker Host Volume Synchronization](http://oliverguenther.de/2015/05/docker-host-volume-synchronization/) (written 1 JUN 2015) 142 | * [From Local Development to Remote Deployment with Docker Machine and Compose](https://developer.rackspace.com/blog/dev-to-deploy-with-docker-machine-and-compose/) (written 2 JUL 2015) 143 | * [Docker: Build, Ship and Run Any App, Anywhere](http://delftswa.github.io/chapters/docker/index.html) by [Martijn Dwars](https://github.com/MartijnDwars), [Wiebe van Geest](https://github.com/wrvangeest), [Rik Nijessen](https://github.com/gewoonrik), and [Rick Wieman](https://github.com/RickWieman) from [Delft University of Technology](http://www.tudelft.nl/) (written 2 JUL 2015) 144 | * [Joining the Docker Ship](http://thenewstack.io/joining-the-docker-ship-and-go/) Learn how to contribute to docker (written 9 JUL 2015) 145 | * [Continuous Deployment with Gradle and Docker](https://github.com/gesellix/pipeline-with-gradle-and-docker/blob/master/README.md) Describes a complete pipeline from source to production deploy (includes a complete Spring Boot example project) by 146 | [@gesellix][gesellix] 147 | * [Containerization and the PaaS Cloud](https://www.computer.org/cms/Computer.org/ComputingNow/issues/2015/09/mcd2015030024.pdf) -- This article discusses the requirements that arise from having to facilitate applications through distributed multicloud platforms. 148 | * [Docker for Development: Common Problems and Solutions](https://medium.com/@rdsubhas/docker-for-development-common-problems-and-solutions-95b25cae41eb) by [@rdsubhas](https://github.com/rdsubhas) 149 | * [Docker Adoption Data](https://www.datadoghq.com/docker-adoption/) A study by Datadog on the real world Docker usage stastics and deployment patterns. 150 | * [How to monitor Docker](https://www.datadoghq.com/blog/the-docker-monitoring-problem/) (4-part series) 151 | * [Using Ansible with Docker Machine to Bootstrap Host Nodes](https://nathanleclaire.com/blog/2015/11/10/using-ansible-with-docker-machine-to-bootstrap-host-nodes/) by [@nathanleclaire](https://github.com/nathanleclaire) 152 | * [Swarm v. Fleet v. Kubernetes v. Mesos](https://www.oreilly.com/ideas/swarm-v-fleet-v-kubernetes-v-mesos) Comparing different orchestration tools. (written OCT 2015) 153 | * [The Shortlist of Docker Hosting](https://blog.codeship.com/the-shortlist-of-docker-hosting) There are so many specialized and optimized Docker hosting services available, it’s high time for a review to see what’s on offer (by Chris Ward). 154 | 155 | ## Portuguese Articles 156 | 157 | * [Uma rápida introdução ao Docker e instalação no Ubuntu](https://woliveiras.com.br/posts/uma-rapida-introducao-ao-docker-e-instalacao-no-ubuntu/) 158 | * [O que é uma imagem e o que é um container Docker?](https://woliveiras.com.br/posts/imagem-docker-ou-um-container-docker/) 159 | * [Criando uma imagem Docker personalizada](https://woliveiras.com.br/posts/Criando-uma-imagem-Docker-personalizada/) 160 | * [Comandos mais utilizados no Docker](https://woliveiras.com.br/posts/comandos-mais-utilizados-no-docker/) 161 | 162 | ## Deep Dive 163 | * [Creating containers - Part 1](http://crosbymichael.com/creating-containers-part-1.html) This is part one of a series of blog posts detailing how docker creates containers. By [@crosbymichael][crosbymichael] 164 | * [Data-only container madness](http://container42.com/2014/11/18/data-only-container-madness/) 165 | 166 | ## Networking 167 | * [Using Docker Machine with Weave 0.10](https://www.weave.works/using-docker-machine-with-weave-0-10/) (written 22 APR 2015) 168 | * [How to Route Traffic through a Tor Docker container](https://blog.jessfraz.com/post/routing-traffic-through-tor-docker-container/) by [@jfrazelle][jfrazelle] (writtent 20 JUN 2015) 169 | 170 | ## Metal 171 | * [How to use Docker on Full Metal](http://blog.bigstep.com/use-docker-full-metal-cloud/) 172 | 173 | ## Multi-Server 174 | * [A Docker based mini-PaaS](http://shortcircuit.net.au/~prologic/blog/article/2015/03/24/a-docker-based-mini-paas/) 175 | by [@prologic][prologic] 176 | * [A multi-host scalable web services demo using Docker swarm, Docker compose, NGINX, and Blockbridge](https://www.blockbridge.com/a-scalable-web-services-demo-using-docker-swarm-compose-and-blockbridge/) 177 | 178 | ## Cloud Infrastructure 179 | * [Cloud Infrastructure Automation for Docker Nodes](https://blog.tutum.co/2015/04/29/cloud-infrastructure-automation-for-docker-nodes/) 180 | 181 | ## Good Tips 182 | * [24 random docker tips](https://csabapalfi.github.io/random-docker-tips/) by [@csabapalfi](https://github.com/csabapalfi) 183 | * [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm][fgrehm] 184 | * [Automated Nginx Reverse Proxy for Docker](http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/) by [@jwilder][jwilder] 185 | * [Using NSEnter with Boot2Docker](https://ro14nd.de/NSEnter-with-Boot2Docker) 186 | * [A Simple Way to Dockerize Applications](http://jasonwilder.com/blog/2014/10/13/a-simple-way-to-dockerize-applications/) by [@jwilder][jwilder] 187 | * [Building good docker images](http://jonathan.bergknoff.com/journal/building-good-docker-images) by [@jbergknoff](https://github.com/jbergknoff) 188 | * [10 Things Not To Forget Before Deploying Docker In Production](http://www.slideshare.net/rightscale/docker-meetup-40826948) 189 | * [Docker CIFS – How to Mount CIFS as a Docker Volume](http://backdrift.org/docker-cifs-howto-mount-cifs-volume-docker-container) 190 | * [Nginx Proxy for Docker](https://blog.danivovich.com/2015/07/09/nginx-proxy-for-docker-containers/) (written 9 JUL 2015) 191 | * [Dealing with linked containers dependency in docker-compose](http://brunorocha.org/python/dealing-with-linked-containers-dependency-in-docker-compose.html) by [@rochacbruno](https://github.com/rochacbruno) 192 | * [Docker Tips](http://www.mervine.net/notes/docker-tips) by [@jmervine](https://github.com/jmervine) 193 | * [Docker on Windows behind a firewall](http://toedter.com/2015/05/11/docker-on-windows-behind-a-firewall/) by [@kaitoedter](https://twitter.com/kaitoedter) 194 | * [Pulling Git into a Docker image without leaving SSH keys behind](http://blog.cloud66.com/pulling-git-into-a-docker-image-without-leaving-ssh-keys-behind/) by [@khash](https://github.com/khash) 195 | * [6 Million Ways To Log In Docker](http://www.slideshare.net/raychaser/6-million-ways-to-log-in-docker-nyc-docker-meetup-12172014) by [@raychaser](https://twitter.com/raychaser) 196 | * [Dockerfile Generator](http://jrruethe.github.io/blog/2015/09/20/dockerfile-generator/) (ruby script) 197 | * [Running Production Hadoop Clusters in Docker Containers](http://conferences.oreilly.com/strata/big-data-conference-ca-2015/public/schedule/detail/38521) 198 | * [10 practical docker tips](http://www.smartjava.org/content/10-practical-docker-tips-day-day-docker-usage) (Dec 2015) by [@josdirksen](https://github.com/josdirksen) 199 | * [Kubernetes Cheatsheet](http://k8s.info/cs.html) - A great resource for managing your Kubernetes installation 200 | * [Container Best Practices](http://docs.projectatomic.io/container-best-practices/) - Red Hat's Project Atomic created a Container Best Practices guide which applies to everything and is updated regurlary. 201 | * [Production Meteor and Node Using Docker, Part I](https://projectricochet.com/blog/production-meteor-and-node-using-docker-part-i) by [@projectricochet](https://github.com/projectricochet) 202 | * [Resource Management in Docker](https://goldmann.pl/blog/2014/09/11/resource-management-in-docker/) by [@marekgoldmann](https://twitter.com/marekgoldmann) 203 | 204 | ## Newsletter 205 | * [Docker Team](https://www.docker.com/) 206 | * [CenturyLink Labs](https://labs.ctl.io/) 207 | * [Tutum](https://dashboard.tutum.co/) 208 | * [DevOps Weekly](http://www.devopsweekly.com) 209 | * [Shippable](http://blog.shippable.com/) 210 | * [WebOps weekly](http://webopsweekly.com/) 211 | 212 | ## Continuous Integration 213 | * [Docker and Phoenix: How to Make Your Continuous Integration More Awesome](https://ariya.io/2014/12/docker-and-phoenix-how-to-make-your-continuous-integration-more-awesome) 214 | * [Jenkins 2.0 - Screencast Series](http://theremotelab.com/blog/jenkins2.0-screencast-series/) by [Virendra Bhalothia](https://twitter.com/bhalothiaa) 215 | * [Pushing to ECR Using Jenkins Pipeline Plugin](https://blog.mikesir87.io/2016/04/pushing-to-ecr-using-jenkins-pipeline-plugin/) by [@mikesir87](https://github.com/mikesir87) 216 | 217 | ## Optimizing Images 218 | * [Create the smallest possible Docker container](http://blog.xebia.com/create-the-smallest-possible-docker-container/) 219 | * [Creating a Docker image from your code](https://blog.tutum.co/2014/04/10/creating-a-docker-image-from-your-code/) 220 | * [Optimizing Docker Images](https://www.ctl.io/developers/blog/post/optimizing-docker-images/) 221 | * [How to Optimize Your Dockerfile](https://blog.tutum.co/2014/10/22/how-to-optimize-your-dockerfile/) by [@tutumcloud](https://github.com/tutumcloud) 222 | * [Building Docker Images for Static Go Binaries](https://medium.com/@kelseyhightower/optimizing-docker-images-for-static-binaries-b5696e26eb07) by [@kelseyhightower](https://github.com/kelseyhightower) 223 | * [Squashing Docker Images](http://jasonwilder.com/blog/2014/08/19/squashing-docker-images/) by [@jwilder][jwilder] 224 | * [Dockerfile Golf (or optimizing the Docker build process)](http://www.davidmkerr.com/2014/08/dockerfile-golf-or-optimizing-docker.html) 225 | * [ImageLayers](https://imagelayers.io/) Visualize Docker images and the layers that compose them. 226 | * [DockerSlim](https://github.com/docker-slim/docker-slim) shrinks fat Docker images creating the smallest possible images. 227 | * [SkinnyWhale](https://github.com/djosephsen/skinnywhale) Skinnywhale helps you make smaller (as in megabytes) Docker containers. 228 | 229 | ## Service Discovery 230 | * [@progrium][progrium] Service Discovery articles series: 231 | * [Consul Service Discovery with Docker](http://progrium.com/blog/2014/08/20/consul-service-discovery-with-docker/) 232 | * [Understanding Modern Service Discovery with Docker](http://progrium.com/blog/2014/07/29/understanding-modern-service-discovery-with-docker/) 233 | * [Automatic Docker Service Announcement with Registrator](http://progrium.com/blog/2014/09/10/automatic-docker-service-announcement-with-registrator/) 234 | 235 | ## Security 236 | * [Docker and SELinux](http://www.projectatomic.io/docs/docker-and-selinux/) 237 | * [Bringing new security features to Docker](https://opensource.com/business/14/9/security-for-docker) 238 | * [Docker Secure Deployment Guidelines](https://github.com/GDSSecurity/Docker-Secure-Deployment-Guidelines) 239 | * [Security Best Practices for Building Docker Images](https://linux-audit.com/tag/docker/) 240 | * [Docker Security: Are Your Containers Tightly Secured to the Ship? SlideShare](http://fr.slideshare.net/MichaelBoelen/docker-security-are-your-containers-tightly-secured-to-the-ship) 241 | * [Tuning Docker with the newest security enhancements](https://opensource.com/business/15/3/docker-security-tuning) 242 | * [Lynis is an open source security auditing tool including Docker auditing](https://cisofy.com/lynis/) 243 | * [Understanding Docker security and best practices](https://blog.docker.com/2015/05/understanding-docker-security-and-best-practices/) (written 5 MAY 2015) 244 | * [Docker Security Cheat Sheet] (https://github.com/konstruktoid/Docker/blob/master/Security/CheatSheet.adoc) 245 | * [How CVE's are handled on Offical Docker Images](https://github.com/docker-library/official-images/issues/1448) 246 | * [Improving Docker Security with Authenticated Volumes](https://www.blockbridge.com/improving-docker-security-with-authenticated-volumes/) 247 | 248 | ## Performances 249 | * [Performance Analysis of Docker on Red Hat Enterprise Linux 7](http://developerblog.redhat.com/2014/08/19/performance-analysis-docker-red-hat-enterprise-linux-7/) 250 | * [Distrubuted JMeter testing using Docker](http://srivaths.blogspot.fr/2014/08/distrubuted-jmeter-testing-using-docker.html?m=1) 251 | * [nsinit: per-container resource monitoring of Docker containers on RHEL/Fedora](http://www.breakage.org/2014/09/03/nsinit-per-container-resource-monitoring-of-docker-containers-on-rhelfedora/) 252 | 253 | ## Raspberry Pi & ARM 254 | * [git push docker containers to linux devices](https://resin.io/) Modern DevOps for IoT, leveraging git and Docker. 255 | * [Docker Pirates ARMed with explosive stuff](http://blog.hypriot.com/) Huge resource on clustering, swarm, docker, pre-installed image for SD card on Raspberry Pi 256 | * [Docker on Raspberry Pi](http://blog.xebia.com/docker-on-a-raspberry-pi/) 257 | * [Fool-Proof Recipe: Docker on the Raspberry Pi](https://www.voxxed.com/blog/2015/04/fool-proof-recipe-docker-on-the-raspberry-pi/) Same article as above but more opinionated. 258 | * [Raspberry Pi with Docker 1.5.0](http://blog.hypriot.com/post/heavily-armed-after-major-upgrade-raspberry-pi-with-docker-1-dot-5-0/) 259 | * [Swarming Raspberry Pi – Part 1](http://matthewkwilliams.com/index.php/2015/03/21/swarming-raspberry-pi-part-1/) 260 | * [Swarming Raspberry Pi, Part 2: Registry & Mirror](http://matthewkwilliams.com/index.php/2015/03/29/swarming-raspberry-pi-part-2-registry-mirror/) 261 | * [Swarming Raspberry Pi: Docker Swarm Discovery Options](http://matthewkwilliams.com/index.php/2015/04/03/swarming-raspberry-pi-docker-swarm-discovery-options/) 262 | * [Uniform Development by Docker & QEMU](http://www.instructables.com/id/Uniform-Development-by-Docker-QEMU/) 263 | * [Get Docker up and running on the RaspberryPi in three steps](https://github.com/umiddelb/armhf/wiki/Get-Docker-up-and-running-on-the-RaspberryPi-%28ARMv6%29-in-three-steps) 264 | * [Installing, running, using Docker on armhf (ARMv7) devices](https://github.com/umiddelb/armhf/wiki/Installing,-running,-using-docker-on-armhf-(ARMv7)-devices) 265 | * [How to run 2500 webservers on a Raspberry Pi](http://blog.loof.fr/2015/10/how-to-run-2500-webservers-on-raspberry.html) 266 | 267 | 268 | ## Other 269 | * Presentation: Docker and JBoss - the perfect combination 270 | * [Vidéo](https://www.youtube.com/watch?v=4uQ6gR_xZhE) 271 | * [Code source](https://github.com/goldmann/goldmann.pl/tree/master/.presentations/2014-vjbug-docker/demos) 272 | * [JBoss and Docker Presentation](https://goldmann.pl/presentations/2014-vjbug-docker/ ) 273 | 274 | # Books 275 | 276 | ## In English 277 | 278 | * [Docker Book](https://dockerbook.com/) by James Turnbul ([@kartar][kartar]) 279 | * [Docker Cookbook](http://shop.oreilly.com/product/0636920036791.do) by Sébastien Goasguen ([@sebgoa][sebgoa]) (Publisher: O'Reilly) 280 | * [Docker Cookbook](http://dockercookbook.github.io/) by Neependra Khare ([@neependra](https://twitter.com/neependra)) (Publisher: Packt) 281 | * [Docker in Action](https://www.manning.com/books/docker-in-action) by Jeff Nickoloff ([@allingeek](https://twitter.com/allingeek)) 282 | * [Docker in Practice](https://www.manning.com/books/docker-in-practice) by Ian Miell ([@ianmiell][ianmiell]) and Aidan Hobson Sayers ([@aidanhs](https://github.com/aidanhs)). ==> [Website](http://docker-in-practice.github.io/) 283 | * [Docker Up & Running](https://newrelic.com/docker-book) by [Karl Matthias](https://twitter.com/relistan) and [Sean P. Kane](https://twitter.com/spkane) 284 | * [Using Docker](http://shop.oreilly.com/product/0636920035671.do) by Adrian Mouat ([@adrianmouat](https://twitter.com/adrianmouat)) (Publisher: O'Reilly) 285 | * [Docker Security](https://www.openshift.com/promotions/docker-security.html) by Adrian Mouat ([@adrianmouat](https://twitter.com/adrianmouat)) (Publisher: O'Reilly) 286 | * [Kubernetes](https://www.openshift.com/promotions/kubernetes.html) by [David Rensin](http://research.google.com/pubs/DavidRensin.html) (Publisher: O'Reilly) 287 | * [Docker in Production: Lessons from the Trenches](http://www.amazon.com/Docker-Production-Trenches-Joe-Johnston-ebook/dp/B0141W6KYC) by Joe Johnston (Author), John Fiedler (Author), Milos Gajdos (Author), Antoni Batchelli (Author), Justin Cormack (Author) 288 | * [Mastering Docker](https://www.packtpub.com/virtualization-and-cloud/mastering-docker) by Scott Gallagher (Publisher: Packt) 289 | * [Learning Docker](https://www.packtpub.com/virtualization-and-cloud/learning-docker) by Pethuru Raj, Jeeva S. Chelladhurai and Vinod Singh (Publisher: Packt) 290 | * [Troubleshooting Docker](https://www.packtpub.com/virtualization-and-cloud/troubleshooting-docker) by John Wooten, Navid Shaikh (Publisher: Packt) 291 | * [Orchestrating Docker](https://www.packtpub.com/virtualization-and-cloud/orchestrating-docker) by Shrikrishna Holla (Publisher: Packt) 292 | * [Extending Docker](https://www.packtpub.com/networking-and-servers/extending-docker) by Russ McKendrick (Publisher: Packt) 293 | * [Securing Docker](https://www.packtpub.com/virtualization-and-cloud/securing-docker) by Scott Gallagher (Publisher: Packt) 294 | * [Learning Docker Networking](https://www.packtpub.com/networking-and-servers/learning-docker-networking) by Rajdeep Dua, Vaibhav Kohli and Santosh Kumar Konduri (Publisher: Packt) 295 | * [Docker High Performance](https://www.packtpub.com/networking-and-servers/docker-high-performance) by Allan Espinosa (Publisher: Packt) 296 | * [Kubernetes Up and Running: Dive into the Future of Infrastructure](http://shop.oreilly.com/product/0636920043874.do) by Kelsey Hightower ([@kelseyhightower](https://twitter.com/kelseyhightower)) (Publisher: O'Reilly) 297 | 298 | ## Chinese 299 | 300 | * [Docker Container and Container Cloud](https://www.amazon.cn/图书/dp/B014ETH1IG) (Chinese) by [Harry Zhang](https://twitter.com/resouer) & Jianbo Sun & Zhejiang University SEL Laboratory 301 | 302 | ## German 303 | 304 | * [Docker: Container-Infrastruktur für Microservices](http://www.bee42.com/dockerbook/) by Peter Roßbach ([@PRossbach](https://twitter.com/PRossbach)) 305 | 306 | ## Portuguese 307 | 308 | * [Containers com Docker do desenvolvimento à produção](https://www.casadocodigo.com.br/products/livro-docker) by Daniel Romero ([@infoslack](https://twitter.com/infoslack)) 309 | * [Aprendendo Docker: Do básico à orquestração de contêineres](http://aprendendodocker.com.br/) by Wellington F. Silva ([@_wsilva](https://twitter.com/_wsilva)) (Publisher: Editora Novatec) 310 | * [Docker para Desenvolvedores](https://leanpub.com/dockerparadesenvolvedores) by Rafael Gomes ([@kelseyhightower](https://twitter.com/gomex)) (Publisher: Leanpub) - 55% finished 311 | 312 | 313 | # Tools 314 | 315 | * [Docker](https://github.com/docker/docker) 316 | * [Docker Images](https://hub.docker.com) 317 | * [Docker Compose](https://github.com/docker/compose/) (Define and run multi-container applications with Docker) 318 | * [Docker Machine](https://github.com/docker/machine) (Machine management for a container-centric world) 319 | * [Docker Registry][distribution] (The Docker toolset to pack, ship, store, and deliver content) 320 | * [Docker Swarm](https://github.com/docker/swarm) (Swarm: a Docker-native clustering system) 321 | 322 | ## Terminal User Interface 323 | 324 | * [sen](https://github.com/TomasTomecek/sen) - Terminal user interface for docker engine, by [@TomasTomecek](https://github.com/TomasTomecek) 325 | * [wharfee](https://github.com/j-bennet/wharfee) - Autocompletion and syntax highlighting for Docker commands.) by [@j-bennet](https://github.com/j-bennet) 326 | * [ctop](https://github.com/yadutaf/ctop) - A command line / text based Linux Containers monitoring tool that works just like you expect by [@yadutaf](https://github.com/yadutaf) 327 | * [dry](https://github.com/moncho/dry) - An interactive CLI for Docker containers by [@moncho](https://github.com/moncho) 328 | * [dockercraft](https://github.com/docker/dockercraft) - Docker + Minecraft = Dockercraft by [@docker][docker] 329 | * [dockersql](https://github.com/crosbymichael/dockersql) - A command line interface to query Docker using SQL by [@crosbymichael][crosbymichael] 330 | 331 | ## Dev Tools 332 | 333 | * [draw-compose](https://github.com/Alexis-benoist/draw-compose) - Utility to draw a schema of a docker compose by [@Alexis-benoist](https://github.com/Alexis-benoist) 334 | * [GoSu](https://github.com/tianon/gosu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by [@tianon](https://github.com/tianon) 335 | * [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) 336 | * [ns-enter](https://github.com/jpetazzo/nsenter) (no more ssh, enter name spaces of container) by [@jpetazzo][jpetazzo] 337 | * [Squid-in-a-can](https://github.com/jpetazzo/squid-in-a-can) (in case of proxy problem) by [@jpetazzo][jpetazzo] 338 | * [docker-gen](https://github.com/jwilder/docker-gen) (Generate files from docker container meta-data) by [@jwilder][jwilder] 339 | * [dockerize](https://github.com/jwilder/dockerize) (Utility to simplify running applications in docker containers) by [@jwilder][jwilder] 340 | * [registrator](https://github.com/progrium/registrator) (Service registry bridge for Docker) by [@progrium][progrium] 341 | * [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/) 342 | * [docker-volumes](https://github.com/cpuguy83/docker-volumes) (Docker Volume Manager) by [@cpuguy83][cpuguy83] 343 | * [dockerfile_lint](https://github.com/projectatomic/dockerfile_lint) (A rule-based 'linter' for Dockerfiles) by [@redhataccess](https://github.com/redhataccess) 344 | * [powerstrip](https://github.com/clusterhq/powerstrip) (A tool for prototyping Docker extensions) by [@clusterhq](https://github.com/clusterhq) 345 | * [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/) 346 | * [dockerode](https://github.com/apocas/dockerode) (Not just another Docker Remote API node.js module) by [@apocas](https://github.com/apocas) 347 | * [go-dockerclient](https://github.com/fsouza/go-dockerclient/) (Go HTTP client for the Docker remote API.) by [@fsouza](https://github.com/fsouza/) 348 | * [Docker.DotNet](https://github.com/Microsoft/Docker.DotNet) (C#/.NET HTTP client for the Docker remote API) by [@ahmetalpbalkan](https://github.com/ahmetalpbalkan/) 349 | * [container-factory](https://github.com/lsqio/container-factory) - Produces Docker images from tarballs of application source code by [@lsqio](https://github.com/lsqio) 350 | * [codelift](https://codelift.io/) - CodeLift is an automated Docker image build utility for 'dockerizing' services by [@BoozAllen](https://twitter.com/BoozAllen) 351 | * [percheron][percheron] - Organise your Docker containers with muscle and intelligence by [@ashmckenzie](https://github.com/ashmckenzie) 352 | * [crane](https://github.com/michaelsauter/crane) - Lift containers with ease. Easy orchestration for images and containers by [@michaelsauter](https://github.com/michaelsauter) 353 | * [sherdock](https://github.com/rancher/sherdock) - Automatic GC of images based on regexp by [@rancher][rancher] 354 | * [bocker](https://github.com/p8952/bocker) (1) - Docker implemented in 100 lines of bash by [p8952](https://github.com/p8952) 355 | * [bocker](https://github.com/icy/bocker) (2) - Write Dockerfile completely in Bash. Extensible and simple. --> Reusable by [@icy](https://github.com/icy) 356 | * [docker-gc](https://github.com/spotify/docker-gc) - A cron job that will delete old stopped containers and unused images by [@spotify](https://github.com/spotify) 357 | * [dlayer](https://github.com/wercker/dlayer) - Stats collector for Docker layers by [@wercker](https://github.com/wercker) 358 | * [forward2docker](https://github.com/bsideup/forward2docker) - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by [@bsideup](https://github.com/bsideup) 359 | * [dockramp](https://github.com/jlhawn/dockramp) - Proof of Concept: A Client Driven Docker Image Builder by [@jlhawn](https://github.com/jlhawn) 360 | * [portainer](https://github.com/duedil-ltd/portainer) - Apache Mesos framework for building Docker images by [@tarnfeld](https://github.com/tarnfeld) 361 | * [Gradle Docker plugin](https://github.com/gesellix/gradle-docker-plugin) - A Docker remote api plugin for Gradle by [@gesellix][gesellix] 362 | * [Docker client](https://github.com/gesellix/docker-client) - A Docker remote api client library for the JVM, written in Groovy by [@gesellix][gesellix] 363 | * [Dropdock](http://dropdock.io/) - A framework designed for Drupal to build fast, isolated development environments using Docker. 364 | * [Devstep](https://github.com/fgrehm/devstep) - Development environments powered by Docker and buildpacks by [@fgrehm][fgrehm] 365 | * [Lorry](https://lorry.io/) - Lorry is a docker-compose.yml validator and composer by [@CenturyLinkLabs][CenturyLinkLabs] 366 | * [Dray](http://dray.it/) - Dray is an engine for managing the execution of container-based workflows. Docker Workflow Engine - UNIX pipes for Docker by [@CenturyLinkLabs][CenturyLinkLabs] 367 | * [docker-do](https://github.com/benzaita/docker-do) - hassle-free docker run, like `env` but for docker by [@benzaita](https://github.com/benzaita) 368 | * [Docker osx dev](https://github.com/brikis98/docker-osx-dev) - A productive development environment with Docker on OS X by [@brikis98](https://github.com/brikis98) 369 | * [rocker](https://github.com/grammarly/rocker) - Extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. by [grammarly](https://github.com/grammarly). 370 | * [dexec](https://github.com/docker-exec/dexec) - Command line interface for running code with Docker Exec images. https://docker-exec.github.io/ written in Go. 371 | * [crowdr](https://github.com/polonskiy/crowdr) - Tool for managing multiple Docker containers (docker-compose alternative) by [@polonskiy](https://github.com/polonskiy/) 372 | * [ahab](https://github.com/instacart/ahab) - Docker event handling with Python by [@instacart](https://github.com/instacart) 373 | * [docker-garby](https://github.com/konstruktoid/docker-garby) - Docker garbage collection script by [@konstruktoid](https://github.com/konstruktoid). 374 | * [DevLab](https://github.com/TechnologyAdvice/DevLab) - Utility for running containerized development environments 375 | * [is-docker](https://github.com/sindresorhus/is-docker) - Check if the process is running inside a Docker container by [@sindresorhus][sindresorhus] 376 | * [Docker meets the IDE](http://domeide.github.io/) - Integrating your favorite containers in the editor of your choice by [domeide](https://github.com/domeide) 377 | * [DVM](https://github.com/getcarina/dvm) - Docker version manager by [@getcarina](https://github.com/getcarina) 378 | * [docker-ls](https://github.com/mayflower/docker-ls) - CLI tools for browsing and manipulating docker registries by [@mayflower](https://github.com/mayflower) 379 | * [habitus](https://github.com/cloud66/habitus) - A Build Flow Tool for Docker http://www.habitus.io by [@cloud66](https://github.com/cloud66) 380 | * [Compose Registry](https://www.composeregistry.com) - A very handy search engine for Compose Files 381 | * [Docker Clean](https://github.com/zzrotdesign/docker-clean) - A script that cleans Docker containers, images and volumes by [@zzrotdesign](https://github.com/zzrotdesign) 382 | * [Powerline-Docker](https://github.com/adrianmo/powerline-docker) - A Powerline segment for showing the status of Docker containers by [@adrianmo](https://github.com/adrianmo) 383 | * [Docker-PowerShell](https://github.com/Microsoft/Docker-PowerShell) - PowerShell Module for Docker 384 | * [docker-compose-search](https://github.com/francescou/docker-compose-search) - A search engine for Docker Compose application stacks by [@francescou](https://github.com/francescou/) 385 | * [Docker Volume Clone Utility](https://github.com/gdiepen/docker-convenience-scripts) - A Docker Utility to Clone Volumes [@gdiepen](https://twitter.com/gdiepen) 386 | * [docker-companion](https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by [@mudler](https://github.com/mudler/) 387 | * [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) - Integrates Docker Compose functionality into sbt by [@kurtkopchik](https://github.com/kurtkopchik/) 388 | * [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies. 389 | * [docker-make](https://github.com/CtripCloud/docker-make) - build,tag,and push a bunch of related docker images via a single command. 390 | * [caduc](https://github.com/tjamet/caduc) - A docker garbage collector cleaning stuff you did not use recently 391 | 392 | ## Continuous Integration / Continuous Delivery 393 | 394 | * [Awesome-ciandcd](https://github.com/ciandcd/awesome-ciandcd) - Not specific to docker but relevant. 395 | * [Buddy](https://buddy.works) - The best of Git, build & deployment tools combined into one powerful tool that supercharged our development 396 | * [Captain](https://github.com/harbur/captain) - Convert your Git workflow to Docker containers ready for Continuous Delivery by [@harbur](https://github.com/harbur) 397 | * [CircleCI](https://circleci.com/) - Push or pull Docker images from your build environment, or build and run containers right on CircleCI. 398 | * [CodeFresh](https://codefresh.io) - Accelerate your transition to Docker containers 399 | * [CodeShip](https://pages.codeship.com/docker) - Work with your established Docker workflows while automating your testing and deployment tasks with our hosted platform dedicated to speed and security. 400 | * [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. 401 | * [Dockunit](https://github.com/dockunit/platform) - Docker based integration tests. A simple Node based utility for running Docker based unit tests. By [@dockunit](https://github.com/dockunit) 402 | * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files. 403 | * [GitLab CI](https://about.gitlab.com/gitlab-ci/) - GitLab has integrated CI to test, build and deploy your code with the use of GitLab runners. 404 | * [GOCD-Docker](https://github.com/gocd/gocd-docker)Go Server and Agent in docker containers to provision. 405 | * [IBM DevOps Services](https://hub.jazz.net) - Continuous delivery using a pipeline deployment onto IBM Containers on Bluemix. 406 | * [Shippable](https://app.shippable.com/) - A SaaS platform for developers and DevOps teams that significantly reduces the time taken for code to be built, tested and deployed to production. 407 | * [Watchtower](https://github.com/CenturyLinkLabs/watchtower) - Automatically update running Docker containers by 408 | [@CenturyLinkLabs][CenturyLinkLabs] 409 | * [Microservices Continuous Deployment](https://github.com/francescou/docker-continuous-deployment) - Continuous deployment of a microservices application 410 | * [Pumba](https://github.com/gaia-adm/pumba) - Chaos testing tool for Docker. Can be deployed on Kubernets and CoreOS clusters. 411 | 412 | ## Deployment 413 | 414 | * [Conduit](https://github.com/ehazlett/conduit) - Experimental deployment system for Docker by [@ehazlett](https://github.com/ehazlett) 415 | * [depcon](https://github.com/gondor/depcon) - Depcon is written in Go and allows you to easily deploy Docker containers to Apache Mesos/Marathon, Amazon ECS and Kubernetes. By [@gonodr][gondor] 416 | * [dockit](https://github.com/humblec/dockit) - Do docker actions and Deploy gluster containers! 417 | * [rocker-compose](https://github.com/grammarly/rocker-compose) - Docker composition tool with idempotency features for deploying apps composed of multiple containers. 418 | * [Zodiac](https://github.com/CenturyLinkLabs/zodiac) - A lightweight tool for easy deployment and rollback of dockerized applications. By [@CenturyLinkLabs][CenturyLinkLabs] 419 | 420 | ## Hosting for repositories (registries) 421 | 422 | Securely store your Docker images. 423 | * [Docker Hub](https://hub.docker.com/) (provided by Docker Inc.) 424 | * [Quay.io](https://quay.io/) (part of CoreOS) - Secure hosting for private Docker repositories 425 | * [GitLab Container Registry](http://docs.gitlab.com/ce/container_registry/README.html) - Repositories focused on using it images in GitLab CI 426 | * [TreeScale](https://treescale.com/) - Build and Distriubute container based applicaitons. 427 | 428 | ## Hosting for containers 429 | 430 | * [Amazon ECS](http://aws.amazon.com/ecs/) - A management service on EC2 that supports Docker containers. 431 | * [ContainerShip Cloud][containership] - Multi-Cloud Container Hosting Automation Platform. 432 | * [Docker Cloud](https://cloud.docker.com/) - Former Tutum 433 | * [Google Container Engine](https://cloud.google.com/container-engine/docs/) - Docker containers on Google Cloud Computing powered by [Kubernetes][kubernetes]. 434 | * [Giant Swarm](https://giantswarm.io/) - Simple microservice infrastructure. Deploy your containers in seconds. 435 | * [IBM Bluemix](https://console.ng.bluemix.net/) - Run Docker containers in a hosted cloud environment on IBM Bluemix. 436 | * [OpenShift Dedicated](https://www.openshift.com/dedicated/index.html) - A hosted [OpenShift][openshift] cluster for running your Docker containers managed by Red Hat. 437 | * [Orchard](https://www.orchardup.com/) (part of Docker Inc) - Get a Docker host in the cloud, instantly. 438 | * [Triton](https://www.joyent.com/) - Elastic container-native infrastructure by Joyent. 439 | 440 | ## Reverse Proxy 441 | 442 | * [nginx-proxy][nginxproxy] - Automated nginx proxy for Docker containers using docker-gen by [@jwilder][jwilder] 443 | * [Let's Encrypt Nginx-proxy Companion](https://github.com/JrCs/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) 444 | * [h2o-proxy](https://github.com/zchee/h2o-proxy) - Automated H2O reverse proxy for Docker containers. An alternative to [jwilder/nginx-proxy][nginxproxy] by [@zchee](https://github.com/zchee) 445 | * [docker-proxy](https://github.com/silarsis/docker-proxy) - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis) 446 | * [muguet](https://github.com/mattallty/muguet) - DNS Server & Reverse proxy for Docker environments. By [@mattallty](https://github.com/mattallty) 447 | * [Træfɪk](https://traefik.io/) - Automated reverse proxy and load-balancer for Docker, Mesos, Consul, Etcd... By [@EmileVauge](https://github.com/emilevauge) 448 | * [fabio](https://github.com/eBay/fabio) - A fast, modern, zero-conf load balancing HTTP(S) router for deploying microservices managed by consul. By [@eBay](https://github.com/eBay) 449 | * [Swarm Ingress Router](https://github.com/tpbowden/swarm-ingress-router) - Route DNS names to Swarm services based on labels. 450 | 451 | ## Web Interface 452 | 453 | * [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) 454 | * [Docker Registry UI](https://github.com/atc-/docker-registry-ui) - A web UI for easy private/local Docker Registry integration by [@atc-](https://github.com/atc-) 455 | * [DockerUI](https://github.com/kevana/ui-for-docker) - DockerUI is a web interface to interact with the Remote API by [@crosbymichael][crosbymichael] 456 | * [Portus](https://github.com/SUSE/Portus) - Authorization service and frontend for Docker registry (v2) by [@SUSE](https://github.com/SUSE) 457 | * [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) 458 | * [dockering-on-rails](https://github.com/Electrofenster/dockerding-on-rails) - Simple Web-Interface for Docker with a lot of features by [@Electrofenster](https://github.com/Electrofenster/) 459 | * [Rapid Dashboard](https://github.com/ozlerhakan/rapid) - A simple query dashboard to use Docker Remote API by [@ozlerhakan](https://github.com/ozlerhakan/) 460 | * [docker-swarm-visualizer](https://github.com/manomarks/docker-swarm-visualizer) - Visualizes Docker services on a Docker Swarm (for running demos). 461 | 462 | ## Local Container Manager 463 | 464 | * [Shutit](http://ianmiell.github.io/shutit/) - Tool for building and maintaining complex Docker deployments by 465 | [@ianmiell][ianmiell] 466 | * [FuGu](https://github.com/mattes/fugu) - Docker run wrapper without orchestration by [@mattes](https://github.com/mattes) 467 | * [Boot2Docker](https://github.com/boot2docker/boot2docker) - Docker for OSX and Windows -- http://boot2docker.io/ 468 | * [docker-vm](https://github.com/shyiko/docker-vm) - Simple and transparent alternative to boot2docker (backed by Vagrant) by [@shyiko](https://github.com/shyiko) 469 | * [Vessel](https://github.com/awvessel/vessel) - Automates the setup & use of dockerized development environments by [@awvessel](https://github.com/awvessel) 470 | * [subuser](http://subuser.org) - Makes it easy to securely and portably run graphical desktop applications in Docker 471 | * [OctoHost](http://www.octohost.io/) - Simple web focused Docker based mini-PaaS server. git push to deploy your websites as needed) by [@octohost](https://github.com/octohost) 472 | * [Dokku][dokku] - Docker powered mini-Heroku in around 100 lines of Bash by [@progrium][progrium] 473 | * [Ansible - manage docker containers](http://docs.ansible.com/ansible/docker_module.html) 474 | * [Vagrant - Docker provider](https://www.vagrantup.com/docs/docker/basics.html) - Good starting point is [vagrant-docker-example](https://github.com/bubenkoff/vagrant-docker-example) by [@bubenkoff](https://github.com/bubenkoff) 475 | * [Dray](https://github.com/CenturyLinkLabs/dray) - An engine for managing the execution of container-based workflows. http://Dray.it by [@CenturyLinkLabs][CenturyLinkLabs] 476 | * [percheron][percheron] - Organise your Docker containers with muscle and intelligence by [@ashmckenzie](https://github.com/ashmckenzie) 477 | * [Dusty](http://dusty.gc.com/) - Managed Docker development environments on OS X 478 | * [Beluga](https://github.com/cortexmedia/Beluga) - CLI to deploy docker containers on a single server or low amount of servers. By [@cortextmedia](https://github.com/cortexmedia) 479 | * [libcompose](https://github.com/docker/libcompose) - Go library for Docker Compose. 480 | * [DLite](https://github.com/nlf/dlite) - Simplest way to use Docker on OSX, no VM needed. By [@nlf](https://github.com/nlf) 481 | * [Azk](http://www.azk.io/) - Orchestrate development enviornments on your local machine by [@azukiapp](https://github.com/azukiapp) 482 | * [Turbo](https://ramitsurana.github.io/turbo/) - Simple and Powerful utility for docker. By [@ramitsurana][ramitsurana] 483 | 484 | ## Volume management and plugins 485 | * [Blockbridge](https://github.com/blockbridge/blockbridge-docker-volume) - 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][blockbridge] 486 | * [Convoy](https://github.com/rancher/convoy) - an open-source Docker volume driver that can snapshot, backup and restore Docker volumes anywhere. By [@rancher][rancher] 487 | * [Azure Files Volume Driver](https://github.com/ahmetalpbalkan/azurefile-dockervolumedriver) - A Docker volume driver that allows you to mount persistent volumes backed by Microsoft Azure File Service. By [@ahmetalpbalkan][ahmetalpbalkan] 488 | * [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) 489 | * [Netshare](https://github.com/gondor/docker-volume-netshare) A Docker volume plugin written in Go that supports mounting NFS, AWS EFS & CIFS volumes within a container. By [@gondor][gondor] 490 | * [Docker Machine NFS](https://github.com/adlogix/docker-machine-nfs) Activates NFS for an existing boot2docker box created through Docker Machine on OS X. 491 | * [REX-Ray](https://github.com/emccode/rexray) Vendor agnostic storage orchestration engine to provide persistent storage for Docker containers as well as Mesos frameworks and tasks. 492 | * [Local Persist](https://github.com/CWSpear/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. 493 | 494 | 495 | ## Useful Images 496 | 497 | * [Official Images from Docker Hub](https://github.com/docker-library/official-images) 498 | * [Base Image](https://github.com/phusion/baseimage-docker) by [@phusion](https://github.com/phusion/) 499 | * [Busybox](https://github.com/jpetazzo/docker-busybox) (with either `buildroot` or Ubuntu's `busybox-static`) by [@jpetazzo][jpetazzo] 500 | * [OpenWRT](http://www.zoobab.com/docker-openwrt-image) by [@zoobab](https://github.com/zoobab) 501 | * [Phusion Docker Hub Account](https://hub.docker.com/u/phusion/) 502 | * [passenger-docker](https://github.com/phusion/passenger-docker) (Docker base images for Ruby, Python, Node.js and Meteor web apps) by [@phusion](https://github.com/phusion) 503 | * [docker-alpine][alpine] (A super small Docker base image *(5MB)* using Alpine Linux) by [@gliderlabs][gliderlabs] 504 | * [docker-fluentd][fluentd] (the Container to Log Other Containers' Logs) by [@kiyoto][kiyoto] 505 | * [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.) 506 | * [nvidia-docker](https://github.com/NVIDIA/nvidia-docker) (Build and run Docker containers leveraging NVIDIA GPUs.) 507 | 508 | 509 | ## Dockerfile 510 | 511 | * [Collection of Dockerfiles](https://github.com/crosbymichael/Dockerfiles) by [@crosbymichael][crosbymichael] 512 | * [Dockerfile Project](http://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. 513 | * [Dockerfile Example](https://github.com/komljen/dockerfile-examples) by [@komljen](https://github.com/komljen) 514 | * [Dockerfile Example 2](https://github.com/kstaken/dockerfile-examples) by [@kstaken](https://github.com/kstaken) 515 | * [Dockerfile @jfrazelle][jfrazelledockerfiles] by [@jfrazelle][jfrazelle] **MUST SEE** for a fully containerized 516 | desktop! 517 | 518 | ## Storing Images 519 | 520 | * [Docker Registry v2][distribution] (The Docker toolset to pack, ship, store, and deliver content) 521 | * [Rescoyl](https://github.com/noteed/rescoyl) (Private Docker registry) by [@noteed][noteed] 522 | * [Atomic Registry](http://www.projectatomic.io/registry/) Red Hat Atomic Registry is an open source enterprise registry based on the Origin and Cockpit projects, enhancing the Docker registry library. 523 | 524 | ## Monitoring 525 | 526 | * [Axibase Time-Series Database](http://axibase.com/products/axibase-time-series-database/writing-data/docker-cadvisor/) (Long-term retention of container statistics and built-in dashboards for Docker. Collected with native Google cAdvisor storage driver.) 527 | * [cAdvisor](https://github.com/google/cadvisor) (Analyzes resource usage and performance characteristics of running containers. created by [@Google](https://github.com/google) 528 | * [Datadog](https://www.datadoghq.com/) 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. 529 | * [Dockerana](https://github.com/dockerana/dockerana) (packaged version of Graphite and Grafana, specifically targeted at metrics from Docker.) 530 | * [Docker-mon](https://github.com/icecrime/docker-mon) (Console-based Docker monitoring) by [@icecrime](https://github.com/icecrime) 531 | * [Glances] (http://nicolargo.github.io/glances/) (A cross-platform curses-based system monitoring tool written in Python) by [@nicolargo](https://github.com/nicolargo) 532 | * [InfluxDB, cAdvisor, Grafana](https://github.com/vegasbrianc/docker-monitoring) (InfluxDB Time series DB in combination with Grafana and cAdvisor) by [@vegasbrianc][vegasbrianc] 533 | * [Meros](https://meros.io) Analyzes containers resources, captures logs, remote web SSH terminal and powerful DevOps alerts. 534 | * [New Relic](https://newrelic.com/docker) New Relics Docker Monitoring tool 535 | * [Prometheus](https://prometheus.io/) (Open-source service monitoring system and time series database) 536 | * [Ruxit](https://www.dynatrace.com/technologies/cloud-and-microservices/docker-monitoring/) Monitor containerized applications without installing agents or modifying your Run commands 537 | * [Seagull](https://github.com/tobegit3hub/seagull) (Friendly Web UI to monitor docker daemon.) by [@tobegit3hub](https://github.com/tobegit3hub) 538 | * [Site24x7](https://www.site24x7.com/docker-monitoring.html) Docker MOnitoring for DevOps and IT is a SaaS Pay per Host model 539 | * [Sysdig](http://www.sysdig.org/): An open source troubleshooting tool that provides a rich set of real-time, system-level information. It has container-specific features and is very useful in Docker environments. 540 | * [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. 541 | * [SPM for Docker][spm] Monitoring of host and container metrics, Docker events and logs. Automatic log parser. Anomaly Detection and alerting for metrics and logs. [@sematext][sematext] 542 | * [Zabbix Docker](https://github.com/gomex/docker-zabbix) - Monitor containers automatically using zabbix LLD feature. 543 | * [Collecting docker logs and stats with Splunk](http://blogs.splunk.com/2015/08/24/collecting-docker-logs-and-stats-with-splunk/) 544 | * [Grafana Docker Dashboard Template](https://grafana.net/dashboards/179) - A template for your Docker, Grafana and Prometheus stack [@vegasbrianc][vegasbrianc] 545 | * [DoMonit](https://github.com/eon01/DoMonit) - A simple Docker Monitoring wrapper For Docker API 546 | 547 | ## Networking 548 | 549 | * [Calico-Docker](https://www.projectcalico.org/getting-started/docker/) - Calico is a pure layer 3 virtual network that allows containers over multiple docker-hosts to talk to each other. 550 | * [Wagl](https://github.com/ahmetalpbalkan/wagl) - DNS Service Discovery for Docker Swarm (by [@ahmetalpbalkan][ahmetalpbalkan] ) http://ahmetalpbalkan.github.io/wagl/ 551 | * [Weave][weave] (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts. 552 | * [Flannel](https://github.com/coreos/flannel/) - Flannel is a virtual network that gives a subnet to each host for use with container runtimes. 553 | 554 | 555 | ## Logging 556 | 557 | * [Docker-Fluentd][fluentd]: (Docker container to Log Other Containers' Logs. One can aggregate the logs of Docker containers running on the same host using Fluentd.) by [@kiyoto][kiyoto] 558 | * [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) 559 | * [Logspout](https://github.com/gliderlabs/logspout) (Log routing for Docker container logs) by [@gliderlabs][gliderlabs] 560 | * [Logsene for Docker][spm] Monitoring of Metrics, Events and Logs implemented in Node.js. Integrated [logagent-js](https://github.com/sematext/logagent-js) to detect and parse various log formats. [@sematext][sematext] 561 | 562 | ## Deployment and Infrastructure 563 | 564 | * [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) 565 | * [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][brooklyn] for application blueprints. By [@brooklyncentral](https://github.com/brooklyncentral) 566 | * [Cloud 66](http://www.cloud66.com) - Full-stack hosted container management as a service 567 | * [deploy](https://github.com/Perennials/deploy) - Git and Docker deployment tool. A middle ground between simple Docker composition tools and full blown cluster orchestration. Declarative configuration and short commands for managing (syncing, building, running) of infrastructures of more than a few services. Able to deploy whole preconfigured server or system of services with a single line (without having to scroll the line). 568 | * [Docket](https://github.com/netvarun/docket): Custom docker registry that allows for lightning fast deploys through bittorrent by [@netvarun](https://github.com/netvarun/) 569 | * [Longshoreman](https://github.com/longshoreman/longshoreman): Longshoreman automates application deployment using Docker. Just create a Docker repository (or use a service), configure the cluster using AWS or Digital Ocean (or whatever you like) and deploy applications using a Heroku-like CLI tool. By [longshoreman](https://github.com/longshoreman) 570 | 571 | 572 | ## PaaS 573 | 574 | * [Atlantis](https://github.com/ooyala/atlantis) - Atlantis is an Open Source PaaS for HTTP applications built on Docker and written in Go 575 | * [Deis](https://github.com/deis/deis) (Your PaaS, your rules) -- http://deis.io/ 576 | * [Dokku][dokku] (Docker powered mini-Heroku in around 100 lines of Bash) by [@progrium][progrium] 577 | * [Empire](https://github.com/remind101/empire): A PaaS built on top of Amazon EC2 Container Service (ECS) 578 | * [Flynn](https://github.com/flynn/flynn) (A next generation open source platform as a service) -- https://flynn.io/ 579 | * [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/) 580 | * [Tsuru](https://github.com/tsuru/tsuru) (Tsuru is an extensible and open source Platform as a Service software) -- https://tsuru.io/ 581 | * [Convox Rack] (https://github.com/convox/rack): Convox Rack is open source PaaS built on top of expert infrastructure automation and devops best practices. 582 | * [Rancher][rancher]: Rancher is an open source project that provides a complete platform for operating Docker in production 583 | * [Dcw](https://github.com/pbertera/dcw): Docker-compose SSH wrapper: a very poor man PaaS, exposing the docker-compose and custom-container commands defined in container labels. 584 | 585 | ## Remote Container Manager / Orchestration 586 | 587 | * [autodock](https://github.com/prologic/autodock) (Daemon for Docker Automation) by [@prologic][prologic] 588 | * [blimp](https://github.com/tubesandlube/blimp) Uses Docker Machine to easily move a container from one Docker host to another, show containers running against all of your hosts, replicate a container across multiple hosts and more. By [@defermat](https://github.com/defermat) and [@schvin](https://github.com/schvin) 589 | * [Capitan] (https://github.com/byrnedo/capitan) Composable docker orchestration with added scripting support by [@byrnedo](https://github.com/byrnedo). 590 | * [Citadel](https://github.com/citadel/citadel) (Citadel is a toolkit for scheduling containers on a Docker cluster) (unmaintained) 591 | * [CloudSlang](http://www.cloudslang.io/) (CloudSlang is a workflow engine to create Docker process automation) 592 | * [ContainerShip](https://github.com/containership/containership) (A simple container management platform) -- [containership] 593 | * [CoreOS][coreos] (Linux for Massive Server Deployments) -- https://coreos.com/ 594 | * [Decking](http://decking.io/): (Decking aims to simplify the creation, organsation and running of clusters of Docker containers in a way which is familiar to developers) 595 | * [Deploying a Containerized App on a Public Node with Mesos](https://docs.mesosphere.com/usage/tutorials/containerized-app/) (Docker plus Mesosphere provides an easy way to automate and scale deployment of containers in a production environment) 596 | * [Flocker](https://github.com/ClusterHQ/flocker) (Flocker is a data volume manager and multi-host Docker cluster management tool) by [@ClusterHQ](https://github.com/ClusterHQ) 597 | * [Gaudi](https://github.com/marmelab/gaudi) (Gaudi allows to share multi-component applications, based on Docker, Go, and YAM) ~~ project discontinued. 598 | * [Kontena](https://github.com/kontena/kontena) (Application Containers for Masses) -- https://www.kontena.io/ 599 | * [Kubernetes][kubernetes] (Open source orchestration system for Docker containers by Google) -- [kubernetes] See Also [awesome-kubernetes](https://github.com/ramitsurana/awesome-kubernetes) by [@ramitsurana][ramitsurana] 600 | * [Maestro](https://github.com/toscanini/maestro) (Maestro provides the ability to easily launch, orchestrate and manage mulitiple Docker containers as single unit) by [@tascanini](https://github.com/toscanini) 601 | * [Marathon](https://mesosphere.github.io/marathon/docs/) (Marathon is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on") 602 | * [Nomad Project] (https://www.nomadproject.io/) Easily deploy applications at any scale. A Distributed, Highly Available, Datacenter-Aware Scheduler. 603 | * [Panamax](https://github.com/CenturyLinkLabs/panamax-ui/wiki) (Docker Management for Humans) -- [panamax.io] 604 | * [Rancher](https://github.com/rancher/rancher) (Portable AWS-style infrastructure service for Docker) -- http://rancher.com/ 605 | * [Fleet](https://github.com/coreos/fleet) (A Distributed init System providing low-level orchestration ) -- [coreos.com] 606 | * [Serf](https://github.com/hashicorp/serf) (Service orchestration and management tool) by [@hashicorp](https://github.com/hashicorp) 607 | * [Shipyard](https://github.com/shipyard/shipyard) (Composable Docker Management) -- http://shipyard-project.com/ 608 | * [MCollective Docker Agent](https://github.com/m4ce/mcollective-docker-agent) Uses MCollective to orchestrate your Docker containers and images -- [@m4ce](https://github.com/m4ce) 609 | * [ElasticKube](https://github.com/ElasticBox/elastickube) open source management platform for Kubernetes. 610 | * [Mantl](https://github.com/ciscocloud/mantl) Mantl is a modern platform for rapidly deploying globally distributed services [@ciscocloud](http://mantl.io) 611 | 612 | ## Security 613 | 614 | * [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] 615 | * [notary](https://github.com/docker/notary) a server and a client for running and interacting with trusted collections. By [@docker][docker] 616 | * [Twistlock](https://www.twistlock.com/) Twistlock Security Suite detects vulnerabilities, hardens container images, and enforces security policies across the lifecycle of applications. 617 | * [Clair](https://github.com/coreos/clair) Clair is an open source project for the static analysis of vulnerabilities in appc and docker containers. By [@coreos][CoreOS] 618 | 619 | ## Service Discovery 620 | 621 | * [docker-consul](https://github.com/gliderlabs/docker-consul) by [@progrium][progrium] 622 | * [etcd](https://github.com/coreos/etcd): A highly-available key value store for shared configuration and service discovery by [@coreOS][coreos] 623 | * [Docker Grand Ambassador](https://github.com/cpuguy83/docker-grand-ambassador) This is a fully dynamic docker link ambassador. + [Article](https://docs.docker.com/engine/articles/ambassador_pattern_linking/) by [@cpuguy83][cpuguy83] 624 | * [proxy](https://github.com/factorish/proxy): lightweight nginx based load balancer self using service discovery provided by registrator. by [@factorish](https://github.com/factorish) 625 | * [wagl](https://github.com/ahmetalpbalkan/wagl/): Service discovery for docker swarm using DNS 626 | 627 | ## Metadata 628 | * [MicroBadger](https://microbadger.com) - add metadata to Docker images using labels. 629 | 630 | # Slides 631 | 632 | * [Docker Slideshare Account](http://www.slideshare.net/Docker) 633 | * [Docker Security](http://www.slideshare.net/jpetazzo) with [@jpetazzo][jpetazzo] 634 | * [Hide your DEV ENV in a container](http://www.slideshare.net/JohanJanssen4/hide-your-development-environment-and-application-in-a-container) by [@johanjanssen42](https://twitter.com/johanjanssen42) 635 | * [Docker for the new era](https://www.slideshare.net/ramitsurana/docker-for-the-new-era) by [@ramitsurana][ramitsurana] 636 | 637 | # Videos 638 | 639 | ## Main Account 640 | 641 | * [Docker Youtube Account](https://www.youtube.com/user/dockerrun) 642 | * [CenturyLink Labs Docker Interviews](https://www.youtube.com/playlist?list=PL_q4Fk7SVBCIjyuCBFBItXnzGI3qBa2L1) 643 | * [Container Camp](https://www.youtube.com/channel/UCvksXSnLqIVM_uFB7xyrsSg/videos) Conference about *containers*!!! [@containercamp](https://twitter.com/containercamp) 644 | * [Quoi d'neuf Docker](https://www.youtube.com/channel/UCOAhkxpryr_BKybt9wIw-NQ/videos) **FRENCH** chronique vidéo sur Youtube proposant de courtes vidéos (maximum 15 minutes) sur la thématique "Docker et son écosystème" [Site Web](http://www.quoidneufdocker.xyz/) 645 | 646 | ## Useful videos 647 | 648 | * [Ansible and Docker HP](https://www.youtube.com/watch?v=oZ45v8AeE7k) (32:38) 649 | * [Container Hacks and Fun Images][jessvid] by [@jfrazelle][jfrazelle] @ DockerCon 2015 (**MUST WATCH VIDEO**: 38:50) 650 | * [Contributing to Docker by Andrew "Tianon" Page (InfoSiftr)](https://www.youtube.com/watch?v=1jwo8-1HYYg) (34:31) 651 | * [Docker for Developers][docker4dev] (54:26) by [@jpetazzo][jpetazzo] <== Good introduction, context, demo 652 | * [Docker in Production](https://www.youtube.com/watch?v=Glk5d5WP6MI) by [@jpetazzo][jpetazzo] (36:05) 653 | * [Introduction to Docker and containers](https://www.youtube.com/watch?v=ZVaRK10HBjo) (3:09:00) by [@jpetazzo][jpetazzo] 654 | * [Deploying and scaling applications with Docker, Swarm, and a tiny bit of Python magic](https://www.youtube.com/watch?v=GpHMTR7P2Ms) (3:11:06) by [@jpetazzo][jpetazzo] 655 | * [Docker: How to Use Your Own Private Registry](https://www.youtube.com/watch?v=CAewZCBT4PI) (15:01) 656 | * [Docker and SELinux by Daniel Walsh from Red Hat ](https://www.youtube.com/watch?v=zWGFqMuEHdw) (40:23) 657 | * [Extending Docker with Plugins](https://vimeo.com/110835013) (15:21) 658 | * [From Local Docker Development to Production Deployments](https://www.youtube.com/watch?v=7CZFpHUPqXw) by [@jpetazzo][jpetazzo] @ AWS re:Invent 2015 659 | * [Immutable Infrastructure with Docker and EC2 by Michael Bryzek (Gilt)](https://www.youtube.com/watch?v=GaHzdqFithc) (42:04) 660 | * [Logging on Docker: What You Need to Know][loggingDocker] (51:27) 661 | * [Performance Analysis of Docker - Jeremy Eder](https://www.youtube.com/watch?v=6f2E6PKYb0w) (1:36:58) 662 | * [Run Any App on Mesos on Any Infrastructure Using Docker](https://www.youtube.com/watch?v=u5jd9YT9EsY) (17:44) 663 | * [State of containers: a debate with CoreOS, VMware and Google](https://www.youtube.com/watch?v=IiITP3yIRd8) (27:38) 664 | * [SysAdminCasts: Introduction to Docker](https://sysadmincasts.com/episodes/31-introduction-to-docker) (15:49) 665 | * [Scalable Microservices with Kubernetes](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615) Free Udacity course 666 | 667 | # Interactive Learning Environments 668 | 669 | * [Katacoda](https://www.katacoda.com/): Learn Docker using Interactive Browser-Based Labs 670 | 671 | # Interesting Twitter Accounts 672 | 673 | * [Docker](https://twitter.com/docker) 674 | * [CenturyLink Labs](https://twitter.com/CenturyLinkLabs) 675 | * [Flux7Labs](https://twitter.com/Flux7Labs) 676 | * [TutumCloud](https://twitter.com/tutumcloud) 677 | * [Project Atomic](https://twitter.com/ProjectAtomic) 678 | * [OpenShift by Red Hat](https://twitter.com/openshift) 679 | * [YLD](https://twitter.com/YLDio) 680 | * [The New Stack](https://twitter.com/thenewstack) 681 | * [Docker News](https://twitter.com/dockernews) 682 | * [Docker Captains Twitter List](https://twitter.com/EltonStoneman/lists/docker-captains) 683 | 684 | ## People 685 | 686 | * [Solomon Hykes](https://twitter.com/solomonstre) Founder of Docker 687 | * [Gabriel Monroy](https://twitter.com/gabrtv) Creator of Deis 688 | * [Jérôme Petazzoni](https://twitter.com/jpetazzo) Docker Developer 689 | * [Michael Crosby](https://twitter.com/crosbymichael) Docker Developer 690 | * [James Turnbull][kartar] Author of Docker Book 691 | * [Jeff Lindsay](https://twitter.com/progrium) Design-minded software architect 692 | * [Jessie Frazelle](https://twitter.com/jessfraz) Ex-@docker maintainer and uses full containerized desktop, lots of fun. 693 | * [Docker Captains](https://www.docker.com/community/docker-captains) - Docker experts and community leaders 694 | 695 | [blockbridge]: https://github.com/blockbridge 696 | [weave]: https://github.com/weaveworks/weave 697 | [calico]: https://github.com/projectcalico/calico-containers 698 | [brooklyn]: http://brooklyn.apache.org/ 699 | [kubernetes]: http://kubernetes.io 700 | [openshift]: https://www.openshift.org/ 701 | [sindresorhus]: https://github.com/sindresorhus/awesome 702 | [editREADME]: https://github.com/veggiemonk/awesome-docker/edit/master/README.md 703 | [jpetazzo]: https://github.com/jpetazzo 704 | [panamax.io]: http://panamax.io/ 705 | [docker4dev]: https://www.youtube.com/watch?v=FdkNAjjO5yQ 706 | [loggingDocker]: https://vimeo.com/123341629 707 | [docker-cheat-sheet]: https://github.com/wsargent/docker-cheat-sheet 708 | [wsargent]: https://github.com/wsargent 709 | [docker-quick-ref]: https://github.com/dimonomid/docker-quick-ref 710 | [dimonomid]: https://github.com/dimonomid 711 | [projwebdev]: http://project-webdev.blogspot.de 712 | [jessblog]: https://blog.jessfraz.com/post/docker-containers-on-the-desktop/ 713 | [jfrazelle]: https://github.com/jfrazelle 714 | [jfrazelledotfiles]: https://github.com/jfrazelle/dotfiles 715 | [jfrazelledockerfiles]: https://github.com/jfrazelle/dockerfiles 716 | [jessvid]: https://www.youtube.com/watch?v=1qlLUf7KtAw 717 | [progrium]: https://github.com/progrium 718 | [jwilder]: https://github.com/jwilder 719 | [crosbymichael]: https://github.com/crosbymichael 720 | [gliderlabs]: https://github.com/gliderlabs 721 | [gesellix]: https://github.com/gesellix 722 | [prologic]: https://github.com/prologic 723 | [fgrehm]: https://github.com/fgrehm 724 | [ianmiell]: https://github.com/ianmiell 725 | [distribution]: https://github.com/docker/distribution 726 | [cpuguy83]: https://github.com/cpuguy83 727 | [percheron]: https://github.com/ashmckenzie/percheron 728 | [CenturyLinkLabs]: https://github.com/CenturyLinkLabs 729 | [gondor]: https://github.com/gondor 730 | [noteed]: https://github.com/noteed 731 | [nginxproxy]: https://github.com/jwilder/nginx-proxy 732 | [dokku]: https://github.com/dokku/dokku 733 | [ahmetalpbalkan]: https://github.com/ahmetalpbalkan 734 | [alpine]: https://github.com/gliderlabs/docker-alpine 735 | [fluentd]: https://github.com/kiyoto/docker-fluentd 736 | [kiyoto]: https://github.com/kiyoto 737 | [spm]: https://github.com/sematext/sematext-agent-docker 738 | [coreos]: https://github.com/coreos 739 | [docker]: https://github.com/docker 740 | [sematext]: https://twitter.com/sematext 741 | [sebgoa]: https://twitter.com/sebgoa 742 | [kartar]: https://twitter.com/kartar 743 | [docker-compose]: https://docs.docker.com/compose/ 744 | [containership]: https://containership.io 745 | [rancher]: https://github.com/rancher 746 | [ramitsurana]: https://github.com/ramitsurana 747 | [vegasbrianc]: https://github.com/vegasbrianc 748 | --------------------------------------------------------------------------------