1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
# Incus
Incus is a modern, secure and powerful system container and virtual machine manager.
% Include content from [../README.md](../README.md)
```{include} ../README.md
:start-after: <!-- Include start Incus intro -->
:end-before: <!-- Include end Incus intro -->
```
## Security
% Include content from [../README.md](../README.md)
```{include} ../README.md
:start-after: <!-- Include start security -->
:end-before: <!-- Include end security -->
```
See [Security](security.md) for detailed information.
````{important}
% Include content from [../README.md](../README.md)
```{include} ../README.md
:start-after: <!-- Include start security note -->
:end-before: <!-- Include end security note -->
```
````
## Project and community
Incus is free software and developed under the [Apache 2 license](https://www.apache.org/licenses/LICENSE-2.0).
It’s an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback.
- [Code of Conduct](https://github.com/lxc/incus/blob/main/CODE_OF_CONDUCT.md)
- [Contribute to the project](contributing.md)
- [Release announcements](https://discuss.linuxcontainers.org/c/news/13)
- [Release tarballs](https://github.com/lxc/incus/releases/)
- [Get support](support.md)
- [Watch tutorials and announcements on YouTube](https://www.youtube.com/@TheZabbly)
- [Discuss on IRC](https://web.libera.chat/#lxc) (see [Getting started with IRC](https://discuss.linuxcontainers.org/t/getting-started-with-irc/11920) if needed)
- [Ask and answer questions on the forum](https://discuss.linuxcontainers.org)
```{toctree}
:hidden:
:titlesonly:
self
Getting Started </tutorial/first_steps>
General </general>
Client </client>
Server </server>
Instances </instances>
Storage </storage>
Networks </networks>
Images </images>
Projects </projects>
Clustering </clustering>
API </api>
Security </security>
Internals </internals>
Contributing </contributing>
External resources </external_resources>
```
|