DevStack plugin for installation of container engine
Go to file
Feng Shengqin b8ff250e97 Configure the dokcer daemon for IPv6
Change-Id: If190af800a8c28e2cf4ae320a770c40847cd18e6
2019-01-29 09:44:38 +08:00
contrib Add support for Clear Container Runtime 2018-01-09 10:16:22 +05:30
devstack Configure the dokcer daemon for IPv6 2019-01-29 09:44:38 +08:00
playbooks/devstack-plugin-container-dsvm Import legacy job 2018-09-09 06:47:12 +02:00
.gitreview Added .gitreview 2017-04-12 09:03:39 +00:00
.zuul.yaml Import legacy job 2018-09-09 06:47:12 +02:00
README.rst Add support for Clear Container Runtime 2018-01-09 10:16:22 +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