awesome-docker/README.md

123 lines
6.7 KiB
Markdown
Raw Normal View History

2014-09-21 18:44:12 +00:00
# Awesome Docker
2014-09-21 17:01:48 +00:00
2014-09-21 18:36:41 +00:00
> A curated list of Docker resources
2014-09-22 19:48:54 +00:00
Inspired by [@sindresorhus](https://github.com/sindresorhus)' [awesome](https://github.com/sindresorhus/awesome)
2014-09-22 18:56:11 +00:00
Share some love: add your docker resource by forking / sending pull requests.
2014-09-21 18:36:41 +00:00
This list is not exhaustive (nor is it meant to be) but can probably help you get up and running faster.
2014-09-22 19:48:54 +00:00
* [Useful Articles](#useful-articles)
* [Books](#books)
* [Dev](#dev)
2014-09-22 19:52:41 +00:00
* [Continous Integration / Continous Delivery](#continous-integration-continous-delivery)
* [Dev Tools](#dev-tools)
* [Images](#images)
* [Managing Images](#managing-images)
2014-09-22 19:48:54 +00:00
* [Slides](#slides)
* [Videos](#videos)
2014-09-22 19:52:41 +00:00
* [Main Account](#main-account)
* [Useful videos](#useful-videos)
* [(Interesting) Twitter Accounts](#interesting-twitter-accounts)
2014-09-22 19:48:54 +00:00
----
2014-09-22 06:20:47 +00:00
## Useful Articles
2014-09-21 18:36:41 +00:00
2014-09-22 06:20:47 +00:00
* [Docker Weekly](http://blog.docker.com/docker-weekly-archives/)
* [Century Links Labs](http://www.centurylinklabs.com/category/docker-posts/)
* [Valuable Docker Links](http://www.nkode.io/2014/08/24/valuable-docker-links.html)
* [Docker Ecosystem](http://www.mindmeister.com/389671722/docker-ecosystem) (Mind Map) <--- MUST SEE
2014-09-22 06:20:47 +00:00
* [Blog](http://jpetazzo.github.io/) of [@jpetazzo](https://github.com/jpetazzo)
* [Getting Started with Docker](https://serversforhackers.com/articles/2014/03/20/getting-started-with-docker/) by [@fideloper](https://github.com/fideloper)
2014-09-22 10:55:07 +00:00
* [GUI Apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/) by [@fgrehm](https://github.com/fgrehm)
2014-09-25 19:53:14 +00:00
* [Automatic Docker Service Announcement with Registrator](http://progrium.com/blog/2014/09/10/automatic-docker-service-announcement-with-registrator/) by [@progrium](https://github.com/progrium)
2014-09-21 18:36:41 +00:00
## Books
2014-09-22 06:20:47 +00:00
* [Docker Book](http://dockerbook.com/) by James Turnbul ([@kartar](https://twitter.com/kartar))
2014-09-21 18:36:41 +00:00
## Dev
2014-09-22 06:20:47 +00:00
* [Docker](https://github.com/docker/docker)
* [Docker Images](https://hub.docker.com)
* [Docker Cheat Sheet](https://github.com/wsargent/docker-cheat-sheet) by [@wsargent](https://github.com/wsargent)
2014-09-21 18:36:41 +00:00
2014-09-22 19:48:54 +00:00
### Continous Integration / Continous Delivery
2014-09-21 18:36:41 +00:00
2014-09-22 06:20:47 +00:00
* [Drone](https://github.com/drone/drone) - https://drone.io/
2014-09-21 18:36:41 +00:00
### Dev Tools
2014-09-22 11:34:50 +00:00
* [Fig](https://github.com/docker/fig) (Fast, isolated development environments using Docker) -- http://www.fig.sh
* [Sandstorm](https://github.com/sandstorm-io/sandstorm) (Personal Cloud Sandbox /!\ uses LXC, not docker, but it's so nice) -- https://sandstorm.io/
* [ns-enter](https://github.com/jpetazzo/nsenter) (no more ssh, enter name spaces of container) by @jpetazzo
* [Squid-in-a-can](https://github.com/jpetazzo/squid-in-a-can) (in case of proxy problem) by [@jpetazzo](https://github.com/jpetazzo/)
* [docker-gen](https://github.com/jwilder/docker-gen) (Generate files from docker container meta-data) by [@jwilder](https://github.com/jwilder)
2014-09-24 13:56:48 +00:00
* [registrator](https://github.com/progrium/registrator) (Service registry bridge for Docker) by [@progrium](https://github.com/progrium)
2014-09-21 18:36:41 +00:00
### Images
2014-09-22 06:20:47 +00:00
* [Base Image by @phusion](https://github.com/phusion/baseimage-docker)
* [Busybox](https://github.com/jpetazzo/docker-busybox) (with either `buildroot` or Ubuntu's `busybox-static`) by [@jpetazzo](https://github.com/jpetazzo)
* [Busybox](https://github.com/progrium/busybox) (with `opkg`) by [@progrium](https://github.com/progrium)
2014-09-22 11:34:50 +00:00
* [DockerFile Example](https://github.com/komljen/dockerfile-examples) by [@komljen](https://github.com/komljen)
* [OpenWRT](http://www.zoobab.com/docker-openwrt-image) by [@zoobab](https://github.com/zoobab)
2014-09-21 18:36:41 +00:00
### Managing Images
2014-09-22 11:34:50 +00:00
* [Shipyard](https://github.com/shipyard/shipyard) (Composable Docker Management) -- http://shipyard-project.com/
* [Panamax](https://github.com/CenturyLinkLabs/panamax-ui/wiki) (Docker Management for Humans) -- http://panamax.io/
2014-09-22 06:20:47 +00:00
* [Docker Registry](https://github.com/docker/docker-registry)
2014-09-22 11:34:50 +00:00
* [Docker Registry Web](https://github.com/atc-/docker-registry-web) (A web UI for easy private/local Docker Registry integration) by [@atc-](https://github.com/atc-)
* [Flynn](https://github.com/flynn/flynn) (A next generation open source platform as a service (PaaS)) -- https://flynn.io/
* [Deis](https://github.com/deis/deis) (Your PaaS, your rules) -- http://deis.io/
2014-09-23 06:29:38 +00:00
* [Gaudi](https://github.com/marmelab/gaudi) (Gaudi allows to share multi-component applications, based on Docker, Go, and YAM) -- http://gaudi.io/
2014-09-22 11:34:50 +00:00
* [CoreOS](https://github.com/coreos) (Linux for Massive Server Deployments) -- https://coreos.com/
* [Boot2Docker](https://github.com/boot2docker/boot2docker) (docker for OSX and Windows) -- http://boot2docker.io/
2014-09-21 18:36:41 +00:00
## Slides
2014-09-22 06:20:47 +00:00
* [Docker Slideshare Account](http://www.slideshare.net/dotCloud)
* [Docker Security](http://www.slideshare.net/jpetazzo) with [@jpetazzo](https://github.com/jpetazzo)
2014-09-21 18:36:41 +00:00
## Videos
### Main Account
2014-09-22 06:20:47 +00:00
* [Docker Youtube Account](http://www.youtube.com/user/dockerrun)
* [CenturyLink Labs Docker Interviews](http://www.youtube.com/playlist?list=PL_q4Fk7SVBCIjyuCBFBItXnzGI3qBa2L1)
2014-09-25 05:52:01 +00:00
* [YLD Event](https://www.youtube.com/channel/UCvksXSnLqIVM_uFB7xyrsSg/videos) Conference about *containers*!!! [@YLDio](https://twitter.com/YLDio)
2014-09-21 18:36:41 +00:00
### Useful videos
2014-09-23 05:55:53 +00:00
* [Orchestrating Docker containers in production using Fig](https://www.youtube.com/watch?v=SEtRg8siQWw) (7:11)
* [Development Environments with Fig](http://youtu.be/QpSFOHvFyMc) by Aanand Prasad (17:58)
* [Docker in Production](http://youtu.be/Glk5d5WP6MI) by [@jpetazzo](https://github.com/jpetazzo) (36:05)
2014-09-23 05:55:53 +00:00
* [Docker: How to Use Your Own Private Registry](https://www.youtube.com/watch?v=CAewZCBT4PI) (15:01)
* [Contributing to Docker by Andrew "Tianon" Page (InfoSiftr)](https://www.youtube.com/watch?v=1jwo8-1HYYg) (34:31)
* [Performance Analysis of Docker - Jeremy Eder](https://www.youtube.com/watch?v=6f2E6PKYb0w) (1:36:58)
* [Docker and SELinux by Daniel Walsh from Red Hat ](https://www.youtube.com/watch?v=zWGFqMuEHdw) (40:23)
* [Immutable Infrastructure with Docker and EC2 by Michael Bryzek (Gilt)](https://www.youtube.com/watch?v=GaHzdqFithc) (42:04)
2014-09-23 06:44:13 +00:00
* [Ansible and Docker HP](https://www.youtube.com/watch?v=oZ45v8AeE7k) (32:38)
2014-09-22 06:20:47 +00:00
2014-09-22 06:20:47 +00:00
## (Interesting) Twitter Accounts
* [Docker](https://twitter.com/docker)
* [Century Link Labs](https://twitter.com/CenturyLinkLabs)
* [Flux7Labs](https://twitter.com/Flux7Labs)
* [TutumCloud](https://twitter.com/tutumcloud)
* [Project Atomic](https://twitter.com/ProjectAtomic)
* [Openshift By Red Hat](https://twitter.com/openshift)
2014-09-25 05:52:01 +00:00
* [YLD](https://twitter.com/YLDio)
### People
2014-09-22 06:20:47 +00:00
* [Solomon Hykes](https://twitter.com/solomonstre) Founder of Docker
* [Gabriel Monroy](https://twitter.com/gabrtv) Creator of Deis
* [Jérôme Petazzoni](https://twitter.com/jpetazzo) Docker Developer
* [Michael Crosby](https://twitter.com/crosbymichael) Docker Developer
* [James Turnbull](https://twitter.com/kartar) Author of Docker Book
2014-09-24 18:41:21 +00:00
* [Jeff Lindsay](https://twitter.com/progrium) Design-minded software architect