DevStack plugin for installation of container engine
Go to file
Antoni Segura Puimedon f3c2d301fb
Add configurable docker cgroupdriver
Some distros docker packaging use systemd instead of cgroupfs as the
cgroupdriver. This patch allows users to choose their cgroupdriver.

Change-Id: I95b51591d0aa5495ec583c3c87c77942109b4067
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2017-10-27 10:54:28 +02:00
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 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