fdc9ae8b9e
-The change in install_docker.sh corrects a typo ('=' should be '-'). This typo resutls in 'unable to locate the packet' error when executing apt-get. -The second change is in hypervisor-docker fix the error for reporting docker is not installed when docker is actually set up. The original line missed the version part of the package name. Change-Id: Ic48f45158cf84f89080f095d53c355e9f6969bfd |
||
---|---|---|
.. | ||
install_docker.sh | ||
README.md |
DevStack on Docker
Using Docker as Nova's hypervisor requries two steps:
-
Configure DevStack by adding the following to
localrc
::VIRT_DRIVER=docker
-
Download and install the Docker service and images::
tools/docker/install_docker.sh
After this, stack.sh
should run as normal.