Skip to content

Instantly share code, notes, and snippets.

@techniq
Last active December 29, 2015 00:19
Show Gist options
  • Save techniq/d6f5da611b2a087ce2fd to your computer and use it in GitHub Desktop.
Save techniq/d6f5da611b2a087ce2fd to your computer and use it in GitHub Desktop.
Docker links

Building containers

Orchestration

  • Kubernetes - Container Cluster Manager
  • helios - Docker container orchestration platform
  • Pnanamax
  • Serf - github
  • geard - Simple container management across system
  • CoreOS
    • fleet - Distributed init system
    • etcd - A highly available key value store for shared configuration and service discovery
    • flannel - etcd backed network fabric for containers
  • stampede / cattle
  • Rancher - Managing docker in production
  • RancherOS - Minimalist distribution of Linux for Docker containers

Networking

  • libswarm - A minimalist toolkit to compose network services
  • weave - The Docker Network
  • pipework - Software-Defined Networking tools for Linux Containers

Platform as a Service (PaaS)

Continuous Integration / Deployment

Misc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment