DevStack plugin for installation of container engine
Go to file
Hongbin Lu 69716eb42f Add docker installation script
There are several projects that tried to install docker in different
ways. This potentially lead to failure of more than one such services
were enabled. This commit consolidate docker installation into
a devstack plugin so that other services could depend on it.

The initial script was mainly from Kuryr-libnetwork. Kuryr, Fuxi,
and Zun might leverage this script to install Docker in the future.

Change-Id: I97dbff2f361acc98b12ec6f40ab115c8548477a3
2017-04-17 17:13:45 -04:00
devstack Add docker installation script 2017-04-17 17:13:45 -04:00
.gitreview Added .gitreview 2017-04-12 09:03:39 +00:00
README.rst Add docker installation script 2017-04-17 17:13:45 -04:00

README.rst

Container Plugin

This plugin enables installation of container engine on Devstack. The default container engine is Docker.

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin devstack-plugin-container https://github.com/openstack/devstack-plugin-container
  3. run stack.sh