diff --git a/content/incus/introduction.md b/content/incus/introduction.md index 1aa68ec4..1aacd1b0 100644 --- a/content/incus/introduction.md +++ b/content/incus/introduction.md @@ -1,13 +1,16 @@ [TOC] # What is Incus? -Incus 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. +Incus is a next generation system container and virtual machine manager. + +It providdes a user experience similar to that of a public cloud. With it, you can easily mix and match both containers and virtual machines, sharing the same underlying storage and network. Incus is image based and provides images for a [wide number of Linux distributions](https://images.linuxcontainers.org). It provides flexibility and scalability for various use cases, with support for different storage backends and network types and the option to install on hardware ranging from an individual laptop or cloud instance to a full server rack. When using Incus, you can manage your instances (containers and VMs) with a simple command line tool, directly through the REST API or by using third-party tools and integrations. Incus implements a single REST API for both local and remote access. -The Incus project was created by Aleksa Sarai as a community driven fork of Canonical's LXD. See here for the [announcement](/incus/announcement/). +The Incus project [was created](/incus/announcement/) by Aleksa Sarai as a community driven alternative to Canonical's LXD. +Today, it's led and maintained by much of the same people that once created LXD. ## Get started To get a better idea of what Incus is and what it does, you can [try it online](/incus/try-it/)!