2022-02-04 13:41:37 +01:00
<!--
2024-03-29 07:11:35 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2022-02-04 13:41:37 +01:00
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
2024-07-11 14:41:08 +02:00
[![Integration level ](https://dash.yunohost.org/integration/lxd.svg )](https://ci-apps.yunohost.org/ci/apps/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 )
2023-02-24 00:30:46 +01:00
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)
2024-04-16 21:02:59 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-03-01 14:53:57 +01:00
2024-03-29 07:11:35 +01:00
> *This package allows you to install LXD quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2021-03-01 14:53:57 +01:00
## 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
2024-08-08 08:17:54 +02:00
**Shipped version:** 6.1~ynh1
2021-03-01 14:53:57 +01:00
2024-03-29 07:11:35 +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
## Documentation and resources
2021-03-01 14:53:57 +01:00
2024-03-29 07:11:35 +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 / canonical / lxd >
- YunoHost Store: < https: // apps . 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
2024-03-29 07:11:35 +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
2024-03-29 07:11:35 +01:00
To try the `testing` branch, please proceed like that:
2022-05-28 08:16:39 +02:00
2024-03-29 07:11:35 +01: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
2024-03-29 07:11:35 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >