devstack/tools/docker
Daniel Kuffner d1cd0c6648 Docker install script fails to install docker registry
The tools/docker/install_docker.sh script fails during the
installation/setup of the docker registry.
The problem is that the used environment variables are wrong.

REGISTRY_IMAGE > DOCKER_REGISTRY_IMAGE
REGISTRY_IMAGE_NAME > DOCKER_REGISTRY_IMAGE_NAME

Change-Id: I16f051abe5c426f295c69d518b49c1b9a7b4cc94
2014-02-08 12:43:23 +01:00
..
install_docker.sh Docker install script fails to install docker registry 2014-02-08 12:43:23 +01:00
README.md Add support for Docker as Nova hypervisor 2013-08-28 22:36:48 -05:00

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.