updated README.rst file with more info

Change-Id: I48da858d8f8419dcb3baf87f90d35915de0ad92a
This commit is contained in:
anilkumarthovi 2017-11-22 13:09:52 +05:30
parent 34dc8967de
commit 20047d232e
1 changed files with 22 additions and 5 deletions

View File

@ -3,18 +3,35 @@
=================
This plugin enables installation of container engine on Devstack. The default
container engine is Docker.
container engine is Docker (currently this plugin supports only Docker!).
======================
Enabling in Devstack
======================
1. Download DevStack
--------------------
2. Add this repo as an external repository::
For more info on devstack installation follow the below link:
> cat local.conf
.. code-block:: ini
https://docs.openstack.org/devstack/latest/
2. Add this repo as an external repository
------------------------------------------
.. code-block:: ini
cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin devstack-plugin-container https://github.com/openstack/devstack-plugin-container
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
END
3. run ``./stack.sh``
3. Run devstack
--------------------
.. code-block:: ini
cd /opt/stack/devstack
./stack.sh