kuryr-libnetwork/README.rst
Aaron Rosen 2ea22a3cf6 Wrap readme to 80 chars
Looking around and figured I'd clean this up.

Change-Id: Icfdd8912c51b4b5aa03115fea5351e5e44a0a11b
2015-09-11 20:28:35 -07:00

47 lines
837 B
ReStructuredText

===============================
kuryr
===============================
Docker for Openstack Neutron
Kuryr is a Docker network plugin that uses Neutron to provide networking
services to Docker containers. It provides containerised images for the
common Neutron plugins.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/kuryr
* Source: http://git.openstack.org/cgit/openstack/kuryr
* Bugs: http://bugs.launchpad.net/kuryr
Features
--------
* TODO
Prerequisites
-------------
::
$ sudo pip install -r requirements.txt
Running Kuryr
-------------
Please run the following script, it creates `/usr/lib/docker/plugins/kuryr`
and the JSON spec file, `/usr/lib/docker/plugins/kuryr/kuryr.json`, if they
don't exist.
::
$ ./scripts/run_kuryr.sh
Testing Kuryr
-------------
::
$ tox