Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angristan/awesome-lxc-lxd
A curated list of awesome LXC and LXD tools, libraries and related projects.
https://github.com/angristan/awesome-lxc-lxd
List: awesome-lxc-lxd
lxc lxd
Last synced: 27 days ago
JSON representation
A curated list of awesome LXC and LXD tools, libraries and related projects.
- Host: GitHub
- URL: https://github.com/angristan/awesome-lxc-lxd
- Owner: angristan
- Created: 2019-02-26T16:19:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T11:25:17.000Z (almost 3 years ago)
- Last Synced: 2024-05-21T06:38:54.776Z (6 months ago)
- Topics: lxc, lxd
- Size: 12.7 KB
- Stars: 49
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - angristan/awesome-lxc-lxd - A curated list of awesome LXC and LXD tools, libraries and related projects. (others)
README
# Awesome LXC
A curated list of awesome LXC and LXD tools, libraries and related projects.
## Official projects
- [lxc](https://github.com/lxc/lxc): Linux Containers
- [lxd](https://github.com/lxc/lxd): Daemon based on liblxc offering a REST API to manage containers
- [lxcfs](https://github.com/lxc/lxcfs): FUSE filesystem for LXC## Interesting reads
- [Comparing LXD vs. LXC](https://discuss.linuxcontainers.org/t/comparing-lxd-vs-lxc/24)
- [Stéphane Graber's LXD 2.0 blog post series](https://stgraber.org/2016/03/11/lxd-2-0-blog-post-series-012/)## Libraries
- [go-lxc](https://github.com/lxc/go-lxc): Go bindings for liblxc
- [ruby-lxc](https://github.com/lxc/ruby-lxc): Ruby bindings for liblxc
- [python2-lxc](https://github.com/lxc/python2-lxc): Python 2.7 binding for liblxc (similar to the better supported python3-lxc)
- [python3-lxc](https://github.com/lxc/python3-lxc): Python 3.x binding for liblxc
- [php-lxd](https://github.com/turtle0x1/php-lxd) a php binding library for lxd## Tools
- [distrobuilder](https://github.com/lxc/distrobuilder): System container image builder for LXC and LXD
- [lxd-github-actions](https://github.com/stgraber/lxd-github-actions): Scripts to run Github Actions runners inside of LXD
- [lxd-compose](https://mottainaici.github.io/lxd-compose-docs/docs/getting-started/): docker-compose but for LXD## UI
- [lxdui](https://github.com/AdaptiveScale/lxdui): LXDUI is a web UI for the native Linux container technology LXD/LXC
- [LxdMosaic](https://github.com/turtle0x1/LxdMosaic): PHP-based UI for multiple LXD service
- [lxd-manager-vue-dashboard](https://github.com/Miso-K/lxdmanager-vue-dashboard): LXDManager Vue-based Dashboard
- [lxd-api-gateway](https://github.com/Miso-K/lxd-api-gateway): Python-based LXDManager backend for LXDManager Dashboard
- [lxd-webui](https://github.com/dobin/lxd-webgui): AngularJS-based UI for LXD## Related projects
- [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc): LXC provider for Vagrant
- [lxdock](https://github.com/lxdock/lxdock): Build and orchestrate your development environments with LXD - a.k.a. Vagrant is Too Heavy™
- [mi-lxc](https://github.com/flesueur/mi-lxc): Mini-Internet using LXC for practical works
- [kubernetes-lxd](https://github.com/corneliusweig/kubernetes-lxd): A step-by-step guide to get kubernetes running inside an LXC container
- [lxe](https://github.com/automaticserver/lxe): Kubernetes CRI shim for LXD
- [bravetools](https://github.com/bravetools/bravetools): An end-to-end System Container management platform