Adding Twitter Accounts

This commit is contained in:
Julien Bisconti 2014-09-22 08:20:47 +02:00
parent 730c4731da
commit c9b0ade074
1 changed files with 48 additions and 32 deletions

View File

@ -6,65 +6,81 @@ Share the love, add your docker resource by forking / sending pull requests.
This list is not exhaustive (nor is it meant to be) but can probably help you get up and running faster.
## Articles
## Useful Articles
* Docker Weekly: http://blog.docker.com/docker-weekly-archives/
* Century Links Labs: http://www.centurylinklabs.com/category/docker-posts/
* Valuable Docker Links by :http://www.nkode.io/2014/08/24/valuable-docker-links.html
* Blog of @jpetazzo: http://jpetazzo.github.io/
* [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)
* [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)
## Books
* http://dockerbook.com/
* [Docker Book](http://dockerbook.com/) by James Turnbul ([@kartar](https://twitter.com/kartar))
## Dev
* Docker repo: https://github.com/docker/docker
* Docker Images: https://hub.docker.com
* Docker Cheat Sheet by @wsargent: https://github.com/wsargent/docker-cheat-sheet
* [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)
### Continous Integration/ Continous Delivery
* Drone : https://github.com/drone/drone
* [Drone](https://github.com/drone/drone) - https://drone.io/
### Dev Tools
* Fig (Fast, isolated development environments using Docker): https://github.com/docker/fig
* Sandstorm (Personal Cloud Sandbox /!\ uses LXC, not docker, but it's so nice) : https://github.com/sandstorm-io/sandstorm
* ns-enter (no more ssh, enter name spaces of container) by @jpetazzo : https://github.com/jpetazzo/nsenter
* Squid-in-a-can (in case of proxy problem) by @jpetazzo : https://github.com/jpetazzo/squid-in-a-can
* docker-gen (Generate files from docker container meta-data) by @jwilder : https://github.com/jwilder/docker-gen
* [Fig (Fast, isolated development environments using Docker)](https://github.com/docker/fig) - http://www.fig.sh
* [Sandstorm (Personal Cloud Sandbox /!\ uses LXC, not docker, but it's so nice)](https://github.com/sandstorm-io/sandstorm) - https://sandstorm.io/
* [ns-enter (no more ssh, enter name spaces of container) by @jpetazzo](https://github.com/jpetazzo/nsenter)
* [Squid-in-a-can (in case of proxy problem) by @jpetazzo](https://github.com/jpetazzo/squid-in-a-can)
* [docker-gen (Generate files from docker container meta-data) by @jwilder](https://github.com/jwilder/docker-gen)
### Images
* Base Image by @phusion: https://github.com/phusion/baseimage-docker
* Busybox by @jpetazzo: https://github.com/jpetazzo/docker-busybox
* DockerFile Example by @komljen: https://github.com/komljen/dockerfile-examples
* [Base Image by @phusion](https://github.com/phusion/baseimage-docker)
* [Busybox](https://github.com/jpetazzo/docker-busybox) by [@jpetazzo](https://github.com/jpetazzo)
* [DockerFile Example by @komljen](https://github.com/komljen/dockerfile-examples)
### Managing Images
* Shipyard (Composable Docker Management) : https://github.com/shipyard/shipyard
* Panamax (Docker Management for Humans) : http://panamax.io/
* Docker Registry : https://github.com/docker/docker-registry
* Docker Registry Web (A web UI for easy private/local Docker Registry integration): https://github.com/atc-/docker-registry-web
* Flynn (A next generation open source platform as a service (PaaS)) : https://github.com/flynn/flynn
* Deis (Your PaaS, your rules) : https://github.com/deis/deis
* CoreOS (Linux for Massive Server Deployments) : https://coreos.com/
* Boot2Docker (docker for OSX and Windows) : https://github.com/boot2docker/boot2docker
* [Shipyard (Composable Docker Management)](https://github.com/shipyard/shipyard) - http://shipyard-project.com/
* [Panamax (Docker Management for Humans)](https://github.com/CenturyLinkLabs/panamax-ui/wiki) - http://panamax.io/
* [Docker Registry](https://github.com/docker/docker-registry)
* [Docker Registry Web (A web UI for easy private/local Docker Registry integration)](https://github.com/atc-/docker-registry-web) by [@atc-](https://github.com/atc-)
* [Flynn (A next generation open source platform as a service (PaaS))](https://github.com/flynn/flynn) - https://flynn.io/
* [Deis (Your PaaS, your rules)](https://github.com/deis/deis) - http://deis.io/
* [CoreOS (Linux for Massive Server Deployments)](https://github.com/coreos) - https://coreos.com/
* [Boot2Docker (docker for OSX and Windows)](https://github.com/boot2docker/boot2docker) - http://boot2docker.io/
## Slides
* http://www.slideshare.net/dotCloud
* http://www.slideshare.net/jpetazzo
* [Docker Slideshare Account](http://www.slideshare.net/dotCloud)
* [Docker Security](http://www.slideshare.net/jpetazzo) with [@jpetazzo](https://github.com/jpetazzo)
## Videos
### Main Account
* Docker Youtube Account : http://www.youtube.com/user/dockerrun
* CenturyLink Labs Docker Interviews : http://www.youtube.com/playlist?list=PL_q4Fk7SVBCIjyuCBFBItXnzGI3qBa2L1
* [Docker Youtube Account](http://www.youtube.com/user/dockerrun)
* [CenturyLink Labs Docker Interviews](http://www.youtube.com/playlist?list=PL_q4Fk7SVBCIjyuCBFBItXnzGI3qBa2L1)
### Useful videos
* Orchestrating Docker containers in production using Fig (7:11) : https://www.youtube.com/watch?v=SEtRg8siQWw
* Docker: How to Use Your Own Private Registry (15:01) : https://www.youtube.com/watch?v=CAewZCBT4PI
* [Orchestrating Docker containers in production using Fig (7:11)](https://www.youtube.com/watch?v=SEtRg8siQWw)
* [Docker: How to Use Your Own Private Registry (15:01)](https://www.youtube.com/watch?v=CAewZCBT4PI)
## (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)
* [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
* [Jeff Lindsay](https://twitter.com/progrium)