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?
12 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
Consider also use nova-docker if you want to directly use docker instead of QEMU/KVM Hypervisors: