All Projects → lxc → Pylxd

lxc / Pylxd

Licence: apache-2.0
Python module for LXD

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pylxd

Garden
Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching.
Stars: ✭ 2,289 (+1061.93%)
Mutual labels:  containers
Minishift
Run OpenShift 3.x locally
Stars: ✭ 2,246 (+1040.1%)
Mutual labels:  containers
Dotnet Testcontainers
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Stars: ✭ 195 (-1.02%)
Mutual labels:  containers
Dlib
Allocators, I/O streams, math, geometry, image and audio processing for D
Stars: ✭ 182 (-7.61%)
Mutual labels:  containers
Scalable Cassandra Deployment On Kubernetes
In this code we provide a full roadmap the deployment of a multi-node scalable Cassandra cluster on Kubernetes. Cassandra understands that it is running within a cluster manager, and uses this cluster management infrastructure to help implement the application. Kubernetes concepts like Replication Controller, StatefulSets etc. are leveraged to deploy either non-persistent or persistent Cassandra clusters on Kubernetes cluster.
Stars: ✭ 184 (-6.6%)
Mutual labels:  containers
Rabbitc
Micro container runtime
Stars: ✭ 187 (-5.08%)
Mutual labels:  containers
Runtime
Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
Stars: ✭ 2,103 (+967.51%)
Mutual labels:  containers
Syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
Stars: ✭ 196 (-0.51%)
Mutual labels:  containers
Awesome Eks
A curated list of awesome tools for Amazon EKS 🌊
Stars: ✭ 183 (-7.11%)
Mutual labels:  containers
Libebpfflow
Container traffic visibility library based on eBPF
Stars: ✭ 194 (-1.52%)
Mutual labels:  containers
Build Templates
A library of build templates.
Stars: ✭ 184 (-6.6%)
Mutual labels:  containers
Gatsby Docker
Develop & Build GatsbyJS static sites within Docker.
Stars: ✭ 184 (-6.6%)
Mutual labels:  containers
Bitnami Docker Moodle
Bitnami Docker Image for Moodle
Stars: ✭ 188 (-4.57%)
Mutual labels:  containers
Argocd Image Updater
Automatic container image update for Argo CD
Stars: ✭ 174 (-11.68%)
Mutual labels:  containers
Bitnami Docker Nginx
Bitnami nginx Docker Image
Stars: ✭ 198 (+0.51%)
Mutual labels:  containers
Kubernetes The Hard Way Aws
AWS version of Kelsey's kubernetes-the-hard-way
Stars: ✭ 179 (-9.14%)
Mutual labels:  containers
Kops
Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Stars: ✭ 13,601 (+6804.06%)
Mutual labels:  containers
Netns
Runc hook (OCI compatible) for setting up default bridge networking for containers.
Stars: ✭ 197 (+0%)
Mutual labels:  containers
Containerssh
ContainerSSH: Launch containers on demand
Stars: ✭ 195 (-1.02%)
Mutual labels:  containers
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (-2.54%)
Mutual labels:  containers

pylxd


.. image:: http://img.shields.io/pypi/v/pylxd.svg
    :target: https://pypi.python.org/pypi/pylxd
.. image:: https://github.com/lxc/pylxd/workflows/CI%20tests/badge.svg
    :target: https://github.com/lxc/pylxd/actions?query=workflow%3A%22CI+tests%22
.. image:: https://codecov.io/github/lxc/pylxd/coverage.svg?branch=master
    :target: https://codecov.io/github/lxc/pylxd
.. image:: https://readthedocs.org/projects/pylxd/badge/?version=latest
    :target: https://pylxd.readthedocs.io/en/latest/?badge=latest

A Python library for interacting with the LXD REST API.

Installation
=============
``pip install pylxd``

Bug reports
===========

Bug reports can be filed on the `GitHub repository
<https://github.com/lxc/pylxd/issues/new>`_.

Support and discussions
=======================

We use the `LXC mailing-lists for developer and user discussions
<https://lists.linuxcontainers.org>`_.

If you prefer live discussions, some of us also hang out in
`#lxcontainers
<http://webchat.freenode.net/?channels=#lxcontainers>`_ on irc.freenode.net.

What is LXD? `LXD: Introduction <https://linuxcontainers.org/lxd/>`_

PyLXD API Documentation: `http://pylxd.readthedocs.io/en/latest/
<http://pylxd.readthedocs.io/en/latest/>`_

Contributing to pyLXD
=====================

If you wish to contribute to pyLXD please read the `Contributing Guide
<http://pylxd.readthedocs.io/en/latest/contributing.html>`_, particularly
around unit tests, integration tests and signing commits.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].