A curated list of Docker resources and projects
Go to file
2014-11-21 20:36:12 +01:00
CONTRIBUTING.md simplying rules 2014-11-12 09:25:37 +01:00
README.md Adding Web Interface: dockerUI 2014-11-21 20:36:12 +01:00

Awesome Docker

A curated list of Docker resources

Inspired by @sindresorhus' awesome

Share some love: add your docker resource by forking / sending pull requests.

Please, help organize these resources so that they are easy to find and understand for new comers. See how to Contribute

This list is not exhaustive (nor is it meant to be) but can probably help you get up and running faster.



Useful Articles

Main Resources

General Articles

Deep Dive

Multi-Server

Good Tips

Optimizing Images

Service Discovery

Security

Performances

Other

Books

Dev

Continous Integration / Continous Delivery

Hosting for repositories (registries)

  • Docker Hub (provided by Docker Inc.)
  • Quay.io (part of CoreOS) - Secure hosting for private Docker repositories
  • Reesd - Private Docker repositories and redundant storage service by @noteed

Hosting for containers (Paying Services $$$)

  • Orchard (part of Docker Inc) - Get a Docker host in the cloud, instantly.
  • StackDock - Docker hosting on blazing fast dedicated infrastructure
  • Tutum - Simple hosting for your Docker containers.

Dev Tools

Useful Images

Storing Images

  • Docker Registry (Registry server for Docker (hosting/delivering of repositories and images))

Web Interface

Running Containers / Orchestration

Networking

  • Weave (The Docker network) -- Weave creates a virtual network that connects Docker containers deployed across multiple hosts.

Logging

  • 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 collecton server (such as logstash).)

Service Discovery

Slides

Videos

Main Account

Useful videos

Interesting Twitter Accounts

People