Navigation Menu

Skip to content

ALSEDLAH/flocker

 
 

Repository files navigation

Want to get your hands dirty? Skip ahead to the tutorial.

Flocker 'Buildbot build coverage status'

Flocker is a data volume manager and multi-host Docker cluster management tool. With it you can control your data using the same tools you use for your stateless applications by harnessing the power of ZFS on Linux. This means that you can run your databases, queues and key-value stores in Docker and move them around as easily as the rest of your app.

With Flocker's command line tools and a simple configuration language, you can deploy your Docker-based applications onto one or more Linux hosts. Once deployed, your applications will have access to the volumes you have configured for them. Those volumes will follow your containers when you use Flocker to move them between different hosts in your Flocker cluster.

Flocker is being developed by ClusterHQ. We are a small team of engineers with experience running distributed systems and many of us are core contributors to the Twisted project.

This project is under active development; version 0.1 was released on August 12th, 2014. You shouldn't use it in production yet. Contributions are welcome. If you have any issues or feedback, you can talk to us. We're looking forward to working on this project with you.

Documentation

You can read more about installing Flocker, follow a tutorial and learn about the features of Flocker and its architecture or areas for potential future development in the docs.

Tests

Flocker's test suite is based on unittest and Twisted Trial. The preferred way to run the test suite is using the command trial flocker. Flocker also includes a tox configuration to run the test suite in multiple environments and to run additional checks (such as flake8) and build the documentation with Sphinx. You can run all of the tox environments using the command tox.

Flocker is also tested using continuous integration.

About

Easily manage Docker containers & their data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%