Hi,
Anyone know if it's possible to use an UEC image in Virtualbox?
I'm using the Ubuntu-provided AMIs on EC2, but would like to have a local version of the AMI running on my local Virtualbox.
Any ideas?
Thanks, Joe
Archived thread 1625684 from Ubuntu Cloud and Juju. Markdown source: Ubuntu_Cloud_and_Juju/thread_1625684_Using_UEC_image_on_Virtualbox.md
Hi,
Anyone know if it's possible to use an UEC image in Virtualbox?
I'm using the Ubuntu-provided AMIs on EC2, but would like to have a local version of the AMI running on my local Virtualbox.
Any ideas?
Thanks, Joe
I'm not sure about VirtualBox, but you can run your images offline with KVM:
https://help.ubuntu.com/community/UEC/Images#Run%20Images%20locally%20without%20a%20Cloud
Regards, Mark
marrusl said: I'm not sure about VirtualBox, but you can run your images offline with KVM:
https://help.ubuntu.com/community/UEC/Images#Run%20Images%20locally%20without%20a%20Cloud
Regards, Mark
Hm, thanks. I'm using Vagrant (http://vagrantup.com/) which uses Virtualbox. I'm trying to get a Vagrant+chef setup that matches what the Amazon AMI would look like.