Popularity
3.6
Declining
Activity
0.0
Stable
7
3
0

Monthly Downloads: 23
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: System    
Latest version: v0.1.0.6

lxd-client alternatives and similar packages

Based on the "System" category.
Alternatively, view lxd-client alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of lxd-client or a related project?

Add another 'System' Package

README

lxd-client

Travis Coverage Hackage Stackage Nightly Stackage LTS

About

This packages implements commands to communicate with the LXD daemon over its REST API.

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.

How to use this package

Documentation and examples can be found in haddock of the Network.LXD.Client.Commands module.

Other resources

Accompanying blog post: https://hverr.github.io/posts/2017-10-02-using-servant-to-orchestrate-lxd-containers.html