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 c3043f3608 fix readme title 9 years ago
..
README.md Move all example boxes in a common directory 9 years ago
metadata.json Move all example boxes in a common directory 9 years ago
vagrant.pub Move all example boxes in a common directory 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 the unsafe common pubkey of vagrant and sshd will be enabled.