Reputation: 63872
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?
Upvotes: 0
Views: 1199
Reputation: 366
Consider also use nova-docker if you want to directly use docker instead of QEMU/KVM Hypervisors:
https://github.com/openstack/nova-docker
Upvotes: 1
Reputation: 763
Upvotes: 1