OpenStack and Docker

When building private cloud using OpenStack, I would like it to support deploying and running Docker images, i.e. containers.

I find some announcements about Cloud Native Computing Foundation, and vendor specific positions e.g. of Red Hat

But as of September 2016, I can't find ready to use solution.

How to make a private cloud supporting Docker?

1

2 Answers

  • Install & launch docker containers inside an Openstack nova VM.
  • Configuring Openstack setup compute driver as Docker driver itself. In this case, all the nova instances launched will be of docker container and the docker images can be stored in glance. Refer openstack docker wiki for further details
3

Consider also use nova-docker if you want to directly use docker instead of QEMU/KVM Hypervisors:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like