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
2023-02-24 00:30:46 +01:00
[![Integration level ](https://dash.yunohost.org/integration/lxd.svg )](https://dash.yunohost.org/appci/app/lxd) ![Working status ](https://ci-apps.yunohost.org/ci/badges/lxd.status.svg ) ![Maintenance status ](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-07-27 21:22:18 +02:00
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
2022-02-04 13:41:37 +01:00
2023-10-20 08:14:09 +02:00
**Shipped version:** 5.19~ynh1
2021-03-01 14:53:57 +01:00
2022-02-04 13:41:37 +01:00
**Demo:** https://linuxcontainers.org/lxd/try-it/
2022-07-27 21:22:18 +02:00
## Screenshots
![Screenshot of LXD ](./doc/screenshots/LXD-logo.png )
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-05-28 08:16:39 +02:00
* Official app website: < https: // linuxcontainers . org / lxd />
* Official admin documentation: < https: // linuxcontainers . org / lxd / docs / master / index . html >
2023-08-11 17:05:09 +02:00
* Upstream app code repository: < https: // github . com / canonical / lxd >
2022-05-28 08:16:39 +02:00
* 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.
2022-05-28 08:16:39 +02:00
``` bash
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
2022-05-28 08:16:39 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >