2021-03-01 19:00:42 +01:00
|
|
|
# LXD for YunoHost
|
2021-03-01 14:53:57 +01:00
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/lxd.svg)](https://dash.yunohost.org/appci/app/lxd) ![](https://ci-apps.yunohost.org/ci/badges/lxd.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/lxd.maintain.svg)
|
|
|
|
[![Install lxd with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lxd)
|
2021-03-01 14:53:57 +01:00
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
> *This package allows you to install lxd quickly and simply on a YunoHost server.
|
2021-03-01 14:53:57 +01:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
2021-03-01 19:00:42 +01:00
|
|
|
LXD is a next generation system container manager. It offers a user experience similar to virtual machines but using Linux containers instead.
|
2021-03-01 14:53:57 +01:00
|
|
|
|
2021-03-16 14:10:39 +01:00
|
|
|
**Shipped version:** 4.12
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
## Demo
|
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
* [Official demo](https://linuxcontainers.org/lxd/try-it/)
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
How to configure this app: In cli
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
* Official documentation: https://linuxcontainers.org/lxd/
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
## YunoHost specific features
|
|
|
|
|
|
|
|
#### Multi-user support
|
|
|
|
|
|
|
|
Are LDAP and HTTP auth supported?
|
|
|
|
Can the app be used by multiple users?
|
|
|
|
|
|
|
|
#### Supported architectures
|
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/lxd%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/lxd/)
|
|
|
|
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/lxd%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/lxd/)
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
* Any known limitations.
|
|
|
|
|
|
|
|
## Additional information
|
|
|
|
|
|
|
|
* Other info you would like to add about this app.
|
|
|
|
|
|
|
|
**More info on the documentation page:**
|
|
|
|
https://yunohost.org/packaging_apps
|
|
|
|
|
|
|
|
## Links
|
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/lxd_ynh/issues
|
|
|
|
* App website: https://linuxcontainers.org
|
|
|
|
* Upstream app repository: https://github.com/lxc/lxd
|
2021-03-01 14:53:57 +01:00
|
|
|
* YunoHost website: https://yunohost.org/
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
|
|
|
**Only if you want to use a testing branch for coding, instead of merging directly into master.**
|
2021-03-01 19:00:42 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lxd_ynh/tree/testing).
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
```
|
2021-03-01 19:00:42 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/lxd_ynh/tree/testing --debug
|
2021-03-01 14:53:57 +01:00
|
|
|
or
|
2021-03-01 19:00:42 +01:00
|
|
|
sudo yunohost app upgrade lxd -u https://github.com/YunoHost-Apps/lxd_ynh/tree/testing --debug
|
2021-03-01 14:53:57 +01:00
|
|
|
```
|