22dece0d96
On Fedora, just install the docker-io package as supplied in the Fedora repository. Change-Id: Iea74878d3e1c434863c188ea2253817384e56bf4 |
||
---|---|---|
.. | ||
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.