TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

OpenStack-Docker: How to manage your Linux containers with Nova

16 pointsby shad42almost 12 years ago

2 comments

CodeFooalmost 12 years ago
I would really like to see the Docker provider for Vagrant happen. Vagrant is so easy to manage, and it would make Chef/Puppet provisioning easy. It also makes cross-platform and EC2/DigitalOcean deployment easy with their respective providers. (i.e. you can deploy an image to EC2 that then runs Docker containers)<p>I'm not sure it will, it seems stalled.<p><a href="https://github.com/dotcloud/docker/issues/404" rel="nofollow">https://github.com/dotcloud/docker/issues/404</a>
shad42almost 12 years ago
I wanted to share our recent work on Nova. This is another hypervisor for Nova that enables the use of LXC containers as VMs. There is also a Glance backend that makes the glue with Docker's Index remote service. I am sure it improves the use of LXC containers in OpenStack (as an alternative to libvirt).<p>The code is still pretty raw but I hope it'll be just the beginning, I'd be glad to get feedback from anyone interested.