Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 630 Bytes

File metadata and controls

22 lines (14 loc) · 630 Bytes

Requirements

LXD Environment

Molecule LXD requires a working LXD environment, either local or remote.

Instructions on installing LXD can be found in the LXD documentation and on the LXD website.

Example setup on Ubuntu

Install LXD via snaps:

snap install lxd

Initialize LXD:

lxd init --minimal

Other initialization options are described in the LXD documentation.