A vagrant provider for lxd container.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Georg Hopp c60e1bf073 add box specific bootstrap options in metadata. 9 years ago
..
README.md add box specific bootstrap options in metadata. 9 years ago
metadata.json add box specific bootstrap options in metadata. 9 years ago
vagrant.pub add box specific bootstrap options in metadata. 9 years ago

README.md

Vagrant LXD Example Box

Vagrant providers each require a custom provider-specific box format. This folder shows the example contents of a box for the lxd provider. To turn this into a box:

$ tar cvzf lxd.box ./metadata.json ./vagrant.pub

The lxd provider right now just uses the default lxd images provided by the lxd images: remote. Upon start these will be provisioned with an vagrant ssh user and and the unsafe common pubkey of vagrant and sshd will be enabled.

Well, at least thats the idea for now.