2022-02-04 13:41:37 +01:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
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)
|
2022-02-04 13:41:37 +01:00
|
|
|
[![Install LXD with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lxd)
|
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2021-03-01 14:53:57 +01:00
|
|
|
|
2022-02-04 13:41:37 +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
|
|
|
|
|
2022-02-04 13:41:37 +01:00
|
|
|
Offers a user experience similar to virtual machines but using Linux containers instead.
|
|
|
|
|
2022-04-29 08:16:37 +02:00
|
|
|
**Shipped version:** 5.1~ynh1
|
2021-03-01 14:53:57 +01:00
|
|
|
|
2022-02-04 13:41:37 +01:00
|
|
|
**Demo:** https://linuxcontainers.org/lxd/try-it/
|
2021-03-01 14:53:57 +01:00
|
|
|
|
2022-02-04 13:41:37 +01:00
|
|
|
## Disclaimers / important information
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
2021-03-01 19:00:42 +01:00
|
|
|
How to configure this app: In cli
|
2022-02-04 13:44:43 +01:00
|
|
|
|
2022-02-04 13:41:37 +01:00
|
|
|
## Documentation and resources
|
2021-03-01 14:53:57 +01:00
|
|
|
|
2022-02-04 13:41:37 +01:00
|
|
|
* Official app website: https://linuxcontainers.org/lxd/
|
|
|
|
* Official admin documentation: https://linuxcontainers.org/lxd/docs/master/index.html
|
|
|
|
* Upstream app code repository: https://github.com/lxc/lxd
|
|
|
|
* YunoHost documentation for this app: https://yunohost.org/app_lxd
|
|
|
|
* Report a bug: https://github.com/YunoHost-Apps/lxd_ynh/issues
|
2021-03-01 14:53:57 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
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
|
|
|
```
|
2022-02-04 13:41:37 +01:00
|
|
|
|
|
|
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|