docker资源汇总,随时更新,欢迎补充。
- Docker中文指南 (中文,质量一般,较老)
- Docker Cheat Sheet
- awesome-docker (英文docker资源汇总)
- Docker Weekly Archives
- Valuable Docker Links
- Docker Ecosystem
- Digital Ocean Community
- 开源中国社区Docker技术翻译文章
- coreos (比较成熟)
- RHEL Atomic Host (新出,内置kubernetes)
- rancheio (较新)
- rocket (coreos推出)
- kubernetes (最有可能成为事实标准的一个,已经获得诸多平台支持)
- shipyard (带GUI)
- swarm (官方出品,尚在初期)
- citadel (用于创建管理工具的tookit,shipyard即是基于此开发)
- docker-cluster (使用
Docker remote api) - compose (Define and run complex applications using Docker.原来的Fig)
- shutit (Complex and Dynamic Docker Builds Made Simple)
- maestro (Container orchestration for Docker environments)
- decking (A Docker helper to create, manage and run clusters of containers)
- flocker (Easily manage Docker containers & their data)
- serf (Service orchestration and management tool)
- marathon (Deploy and manage containers (including Docker) on top of Apache Mesos at scale)
- gaudi (Gaudi allows to share multi-component applications, based on Docker, Go, and YAML)
- panamax (Docker management for humans)
- clocker (Brooklyn managed Docker containers)
- [fleet] (https://github.com/coreos/fleet) (A Distributed init System)
- flynn (A next generation open source platform as a service)
- deis (Your PaaS. Your Rules)
- peas (Docker and Ruby based PaaS)
- dawn (Docker-based PaaS in Ruby)
- octohost(Simple web focused Dockerfile based PaaS server)
- dokku (Docker powered mini-Heroku in around 100 lines of Bash)
- cloudfoundry
- openstack-docker (Nova driver and Glance backend to use Docker inside OpenStack)
- Jenkins Cloud Plugin for Docker
- seagull (Friendly Web UI to monitor docker daemon)
- dockerana (Docker Monitoring with support for Grafana and Graphite)
- docker-mon(Console-based Docker monitoring)
- cadvisor (Analyzes resource usage and performance characteristics of running containers)
- weave (The Docker Network)
- wormhole (A smart proxy to connect docker containers.)
- flannel (flannel is an etcd backed network fabric for containers)
- drone (A Continuous Integration platform built on Docker)
- tug (Docker development workflow)
- vagga(Vagga is a tool to create development environments)
- longshoreman (Automated deployment with Docker)
- centurion (A mass deployment tool for Docker fleets)
- skydock (基于DNS)
- Consul (Consul is a tool for service discovery, monitoring and configuration)
- registrator(Service registry bridge for Docker with pluggable adapters)
- etcd (A highly-available key value store for shared configuration and service discovery)
- docker-grand-ambassador ( fully dynamic docker link ambassador)
- confd (Manage local application configuration files using templates and data from etcd or consul)
- ambassadord (Magic Docker ambassador)
- docket (Custom docker registry that allows for lightning fast deploys through bittorrent)
- docker-registry (Registry server for Docker (hosting/delivering of repositories and images))
- wharf(ContainerOps Open Source Platform)
- dockerboard (Simple dashboards, visualizations, managements for your dockers)
- Kitematic (用于MAC)
- dockerui (A web interface for docker)
- docker-registry-web (A web UI for easy private/local Docker Registry integration)
- panamax-ui (The Web GUI for Panamax)
- pfs (A git-like distributed file system for a dockerized world)
- docker-volumes (Docker Volume Manager)
- dockly (DSL and Gem for building ready-to-launch Docker images)
- baseimage-docker (A minimal Ubuntu base image modified for Docker-friendlines)
- busybox (Busybox for Stackbrew)
- busybox (Busybox container with glibc+opkg)
- dockerfile-examples
- passenger-docker (Docker base images for Ruby, Python, Node.js and Meteor web apps)
- Dockerfile Project
- Dockerfiles(Collection of Dockerfiles)
- docker-desktop (create virtual desktops that can be accessed remotely)
- dockize (Utility to simplify running applications in docker containers)
- Supervisor (A Process Control System)
- CFEngine
- docker-gen (Generate files from docker container meta-data)
- powerstrip (A tool for prototyping Docker extensions)
- How to Use Docker on OS X: The Missing Guide
- 24 random docker tips
- A Simple Way to Dockerize Applications
- Docker Image Insecurity
- Building good docker images
- Your docker image might might be broken without you knowing it
- Flat Docker images
- Baseimage-docker, fat containers and "treating containers as VMs"
- Create The Smallest Possible Docker Container
- Creating a Docker image from your code
- Optimizing Docker Images
- Building Docker Images for Static Go Binaries
- Squashing Docker Images
- Building a Multi-Purpose Docker Image
- Comprehensive Overview of Storage Scalability in Docker
- Resizing Docker containers with the Device Mapper plugin
- Where are Docker images stored?
- Understanding Volumes in Docker
- 6 Dockerfile Tips from the Official Images
- Writing Dockerfile
- How to Optimize Your Dockerfile
- Dockerfile Golf (or optimizing the Docker build process)
- Dockerfile Best Practices
- What is the difference between CMD and ENTRYPOINT in a Dockerfile?
- Docker and the PID 1 zombie reaping problem
- Data-only container madness
- WHY YOU DON'T NEED TO RUN SSHD IN YOUR DOCKER CONTAINERS
- shocker: docker PoC VMM-container breakout
- Containers&Docker: How secure are they?
- Docker and SELinux
- Bringing new security features to Docker
- Docker Secure Deployment Guidelines
- Docker Container Breakout Proof-Of-Concept Exploit
- Resource management in Docker (与systemd有关)
- Advanced networking
- DNS And docker containers
- Coupling Docker and Open vSwitch
- Connecting Docker containers on multiple hosts
- Docker部署基于Ryu的SDN环境
- GATHERING LXC AND DOCKER CONTAINERS METRICS
- nsinit: per-container resource monitoring of Docker containers on RHEL/Fedora
- Runtime Metrics
- PostgreSQL Performance on Docker
- Performance Analysis of Docker on Red Hat Enterprise Linux 7
- Preview of Docker Benchmarking at Flux7
- Getting Started with Performance Analysis of Docker
- Docker network performances
- cgroups (内核官方文档)
- Managing system resources on Red Hat Enterprise Linux 6 (推荐)
- Cgroups (archwiki上的内容)
- Dockerizing a Python Web App
- Deploying NGINX and NGINX Plus with Docker
- Automated Nginx Reverse Proxy for Docker
- Transparent Squid in a container
- Deploying and migrating a multi-node ElasticSearch-Logstash-Kibana cluster using Docker
- Docker Containers on the Desktop
- Running GUI apps with Docker
- Docker desktop: Your desktop over ssh running inside of a docker container
- Consul Service Discovery with Docker
- Understanding Modern Service Discovery with Docker
- Automatic Docker Service Announcement with Registrator
- Docker Service Discovery Using Etcd and Haproxy
- Docker: Git for deployment
- Eight Docker Development Patterns
- Deploy Java Apps With Docker = Awesome
- Using Docker with Github and Jenkins for repeatable deployments
- Creating an ASP.NET vNext Docker Container using Mono
- Move fast and don’t break things! Testing with Jenkins, Ansible and Docker
- Docker and Phoenix: How to Make Your Continuous Integration More Awesome