forked from ConvergeIO/cio-flocker-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (38 loc) · 3.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>cio-flocker-driver by ConvergeIO</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">cio-flocker-driver</h1>
<h2 class="project-tagline">Enable load balancing, high availability and data mobility for your Docker containers http://www.convergeio.com</h2>
<a href="https://github.com/ConvergeIO/cio-flocker-driver" class="btn">View on GitHub</a>
<a href="https://github.com/ConvergeIO/cio-flocker-driver/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/ConvergeIO/cio-flocker-driver/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h3>
<a id="plugin-for-clusterhqflocker" class="anchor" href="#plugin-for-clusterhqflocker" aria-hidden="true"><span class="octicon octicon-link"></span></a>Plugin for ClusterHQ/flocker</h3>
<p>This is a plugin driver for the flocker project which enables Docker containers and data to move together between hosts in a cluster. Providing data persistence and high availability is critical for stateful services like databases running in containers. </p>
<p>This driver combines with flocker to fully automate the movement of the container and data volume, making it easy to support stateful services using Docker containers. It also enables ConvergeIO's software to work as a storage backend for flocker. The virtual SAN approach of ConvergeIO's software eliminates physical data copying when a data volume is moved with its container. This capability enables the flocker orchestrated movement of container and data volume to happen instantaneously. In addition, network I/O to copy data and CPU resources to manage the transfer are greatly reduced which limits any impact to the performance of containerized applications. </p>
<h3>
<a id="about-us" class="anchor" href="#about-us" aria-hidden="true"><span class="octicon octicon-link"></span></a>About Us</h3>
<p>We're a small team of engineers with experience in enterprise storage systems. We see a need for open source software to deliver high performance, enterprise class, software defined storage for hyper-converged systems. </p>
<p>This project is just beginning but under active development. Contributors are certainly welcome. If you have questions or feedback, please do let us know. We're looking forward to working with you on this project.</p>
<h3>
<a id="feature-requests" class="anchor" href="#feature-requests" aria-hidden="true"><span class="octicon octicon-link"></span></a>Feature Requests</h3>
<p>We're always looking for feature requests, suggestions and new problems to solve, so would definitely love to hear from you. </p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ConvergeIO/cio-flocker-driver">cio-flocker-driver</a> is maintained by <a href="https://github.com/ConvergeIO">ConvergeIO</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>