1 |
Swarmkit |
Https://github.com/docker/swarmkit |
Swarmkit is Docker's open-source Docker cluster management and container Orchestration tool, whose main functions include node discovery, consistency based on raft algorithm, and task scheduling. |
2 |
Daolinet |
Https://github.com/daolinet/daolinet |
Daolinet is a software-defined networking (SDN) system designed to provide dynamic, efficient links to Docker containers. In a Docker container, the microservices workload has a lightweight and ephemeral nature, and the daolinet is just right for this property. |
3 |
Harbor |
Http://github.com/vmware/harbor |
The development and operation of container applications requires reliable image management. In terms of security and efficiency, it is necessary to deploy registry within a private environment. Project Harbor is a registry server open source project designed by the VMware company China Team for enterprise users, including Rights Management (RBAC), LDAP, auditing, management interface, self-registration, HA and other enterprise-required functions, while targeting the characteristics of Chinese users, Design image copy and Chinese support features |
4 |
Rex-ray |
Https://github.com/emccode/rexray |
Rex-ray is an open source project led by the EMC {code} team that provides continuous storage access for Docker, Mesos, and other container operating environments. Designed to encompass common storage, virtualization, and cloud platforms, it provides advanced storage capabilities. |
5 |
Clair |
Http://github.com/coreos/clair |
Clair is a container vulnerability analysis service. It provides a list of vulnerabilities that can threaten a container and sends a notification to the user when a new container vulnerability is released. |
6 |
Weave |
Http://github.com/zettio/weave |
Weave Create a virtual network and connect to a Docker container that is deployed on multiple hosts. |
7 |
Rocket |
Http://github.com/coreos/rkt |
Rocket (also known as RKT) is a container engine launched by CoreOS, similar to Docker, which helps developers to package applications and dependencies into portable containers, simplifying deployment tasks such as environments. The difference between Rocket and Docker is that Rocket does not have the "friendly features" of Docker for enterprise users, such as cloud service acceleration tools, cluster systems, and so on. Conversely, what Rocket wants to do is a more purely industry standard. |
8 |
Libnetwork |
Http://github.com/docker/libnetwork |
The libnetwork provides a container connection to the native Go implementation, which is the container's network. The goal of Libnetwork is to define a robust container network model (Container) that provides a consistent programming interface and network abstraction for applications. |
9 |
Wormhole |
Https://github.com/vishvananda/wormhole |
Wwormhole is a Socket-activated tunnel proxy that identifies namespaces. A Docker container that allows you to securely connect to different physical machines. Can be used to perform some interesting functions, such as connecting a service running on the container's native or creating an on-demand service after the connection. |
10 |
Shipyard |
Http://github.com/shipyard/shipyard |
Shipyard is a WEB-based Docker management tool that supports multiple hosts, containers Unified management of multiple Docker hosts, can view images, even build images, and provides RESTful APIs Wait a minute. Shipyard to manage and control Docker host, you need to modify the default configuration on the Docker host to enable it to support remote administration. |
11 |
Docker |
Http://github.com/docker/docker |
Docker is an open-source application container engine that allows developers to package their applications and dependencies into a portable container, and then publish them to any popular Linux machine or virtualize them. Containers are completely sandbox-aware, with no interface (like IPhone apps) between them. There is little performance overhead and can be easily run in the machine and data center. Most importantly, they are not dependent on any language, framework or packaging system. |