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.
 
 

590 B

Vagrant LXD Example Boxe

Vagrant box format

Vagrant providers each require a custom provider-specific box format. Here are some examples of boxes for the lxd provider.

The lxd box format

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. All the necessary commands are defined in the metadata.json file.

Bootstraped provisioners

The boxes here are prepared to run with the ansible provisioner.