Go to file
Michał Dulko b86b6cac76 Skip linux-image-extra-$(uname -r) on 18.04
Seems like aforementioned package is not available on Ubuntu 18.04
(Bionic). This commit excludes that version from installation of Docker.

Change-Id: Ib1864497dd19caadf9077386ce278712e4f5de8f
(cherry picked from commit 17a865e064)
2019-03-24 22:37:20 +00:00
2018-08-15 12:36:26 +00:00
2018-09-09 06:49:25 +02:00

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
Description
DevStack plugin for installation of container engine
Readme 1.2 MiB
Languages
Shell 100%