└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome LXC 2 | 3 | A curated list of awesome LXC and LXD tools, libraries and related projects. 4 | 5 | ## Official projects 6 | 7 | - [lxc](https://github.com/lxc/lxc): Linux Containers 8 | - [lxd](https://github.com/lxc/lxd): Daemon based on liblxc offering a REST API to manage containers 9 | - [lxcfs](https://github.com/lxc/lxcfs): FUSE filesystem for LXC 10 | 11 | ## Interesting reads 12 | 13 | - [Comparing LXD vs. LXC](https://discuss.linuxcontainers.org/t/comparing-lxd-vs-lxc/24) 14 | - [Stéphane Graber's LXD 2.0 blog post series](https://stgraber.org/2016/03/11/lxd-2-0-blog-post-series-012/) 15 | 16 | ## Libraries 17 | 18 | - [go-lxc](https://github.com/lxc/go-lxc): Go bindings for liblxc 19 | - [ruby-lxc](https://github.com/lxc/ruby-lxc): Ruby bindings for liblxc 20 | - [python2-lxc](https://github.com/lxc/python2-lxc): Python 2.7 binding for liblxc (similar to the better supported python3-lxc) 21 | - [python3-lxc](https://github.com/lxc/python3-lxc): Python 3.x binding for liblxc 22 | - [php-lxd](https://github.com/turtle0x1/php-lxd) a php binding library for lxd 23 | 24 | ## Tools 25 | 26 | - [distrobuilder](https://github.com/lxc/distrobuilder): System container image builder for LXC and LXD 27 | - [lxd-github-actions](https://github.com/stgraber/lxd-github-actions): Scripts to run Github Actions runners inside of LXD 28 | - [lxd-compose](https://mottainaici.github.io/lxd-compose-docs/docs/getting-started/): docker-compose but for LXD 29 | 30 | ## UI 31 | 32 | - [lxdui](https://github.com/AdaptiveScale/lxdui): LXDUI is a web UI for the native Linux container technology LXD/LXC 33 | - [LxdMosaic](https://github.com/turtle0x1/LxdMosaic): PHP-based UI for multiple LXD service 34 | - [lxd-manager-vue-dashboard](https://github.com/Miso-K/lxdmanager-vue-dashboard): LXDManager Vue-based Dashboard 35 | - [lxd-api-gateway](https://github.com/Miso-K/lxd-api-gateway): Python-based LXDManager backend for LXDManager Dashboard 36 | - [lxd-webui](https://github.com/dobin/lxd-webgui): AngularJS-based UI for LXD 37 | 38 | ## Related projects 39 | 40 | - [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc): LXC provider for Vagrant 41 | - [lxdock](https://github.com/lxdock/lxdock): Build and orchestrate your development environments with LXD - a.k.a. Vagrant is Too Heavy™ 42 | - [mi-lxc](https://github.com/flesueur/mi-lxc): Mini-Internet using LXC for practical works 43 | - [kubernetes-lxd](https://github.com/corneliusweig/kubernetes-lxd): A step-by-step guide to get kubernetes running inside an LXC container 44 | - [lxe](https://github.com/automaticserver/lxe): Kubernetes CRI shim for LXD 45 | - [bravetools](https://github.com/bravetools/bravetools): An end-to-end System Container management platform 46 | --------------------------------------------------------------------------------