Skip to content

Commit

Permalink
Merge pull request #690 from stgraber/main
Browse files Browse the repository at this point in the history
Tweak Incus content
  • Loading branch information
stgraber authored Jan 24, 2024
2 parents 791fb69 + 98fcab6 commit a2f5cde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions content/incus/introduction.md
Original file line number Diff line number Diff line change
@@ -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/)!
Expand Down Expand Up @@ -57,11 +60,9 @@ Incus works on any recent Linux distribution.

Incus upstream doesn't directly provide packages, but packages are available in a number of distributions or can be found in 3rd party repositories.

For Debian and Ubuntu users, we recommend the [packages provided by Zabbly](https://github.com/zabbly/incus).

In addition, the Incus client is available for Windows and macOS. You can use the client to connect to an Incus server running on a Linux machine.

More details can be found in our [installation guide](/incus/docs/main/installing/).
Current installation instructions can be found in our [installation guide](/incus/docs/main/installing/).

# Support
Incus has two kind of releases:
Expand Down
2 changes: 1 addition & 1 deletion content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>LXC</h3>

<div class="p-card col-6">
<h3>Incus</h3>
<p>Incus (a fork of LXD) is a container and virtual-machine manager.<br />
<p>Incus is a container and virtual-machine manager.<br />
Based on LXC for containers and QEMU for virtual machines, it offers a
seamless cloud-like experience scaling from a developer's laptop to a
full cluster of up to 50 servers.<br />
Expand Down

0 comments on commit a2f5cde

Please sign in to comment.