lxd-client-config: Read the configuration file of the standard LXD client.

[ gpl, library, system ] [ Propose Tags ]

This package can read the configuration file of the standard LXD client.

It can for example extract information about the configured LXD remotes on your system.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies aeson, base (>=4.7 && <5), containers (>=0.5 && <1), directory (>=1.2 && <2), filepath (>=1.4 && <2), text (>=1.2 && <2), yaml (>=0.8 && <1) [details]
License GPL-3.0-only
Copyright 2017 Henri Verroken
Author Henri Verroken
Maintainer henriverroken@gmail.com
Category System
Home page https://github.com/hverr/haskell-lxd-client-config#readme
Source repo head: git clone https://github.com/hverr/haskell-lxd-client-config
Uploaded by hverr at 2017-10-18T09:30:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1859 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-18 [all 1 reports]

Readme for lxd-client-config-0.1.0.1

[back to package description]

lxd-client-config

Hackage Stackage Nightly Stackage LTS

About

This Haskell package can read the configuration file of the standard LXD client. It can thus for example extract information about the configured LXD remotes.

LXD is a container manager offering users a similar experience to virtual machines, but using Linux containers. See https://github.com/lxc/lxd for more information.