lxd v0.1.7 LXD

LXD API wrapper

Configuration

By default, it use LXD unix socket /var/lib/lxd/unix.socket and LXD version 1.0, but you can changed it by adding this to your config.exs file:

:lxd, :socket, "/path/to/socket"
:lxd, :api_version, "1.0"

Link to this section Summary

Link to this section Functions

Link to this function version(version, opts \\ [append_version: false])
Link to this function versions(opts \\ [append_version: false])