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.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
directory
Platform-independent library for basic file system operations -
typed-process
Alternative API for processes, featuring more type safety -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
atomic-write
Writes files atomically in Haskell while preserving permissions -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
system-fileio
Contains the system-filepath and system-fileio packages -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
optparse-declarative
Declarative command-line option parser -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles -
executable-hash
Provides the SHA1 hash of the program executable
Updating dependencies is time-consuming.
Do you think we are missing an alternative of lxd-client or a related project?
README
lxd-client
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