DevStack plugin for installation of container engine
Go to file
anilkumarthovi 20047d232e updated README.rst file with more info
Change-Id: I48da858d8f8419dcb3baf87f90d35915de0ad92a
2017-11-23 14:14:13 +05:30
contrib Dump docker daemon logs before finish 2017-07-04 22:45:46 +00:00
devstack Add configurable docker cgroupdriver 2017-10-27 10:54:28 +02:00
.gitreview Added .gitreview 2017-04-12 09:03:39 +00:00
README.rst updated README.rst file with more info 2017-11-23 14:14:13 +05:30

README.rst

Container Plugin

This plugin enables installation of container engine on Devstack. The default container engine is Docker (currently this plugin supports only Docker!).

Enabling in Devstack

1. Download DevStack

For more info on devstack installation follow the below link:

https://docs.openstack.org/devstack/latest/

2. Add this repo as an external repository

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
END

3. Run devstack

cd /opt/stack/devstack
./stack.sh