This plugin enables installation of container engine on Devstack. The default container engine is Docker (currently this plugin supports only Docker!).
For more info on devstack installation follow the below link:
https://docs.openstack.org/devstack/latest/cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
ENDcd /opt/stack/devstack
./stack.sh