mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
doc: Re-organize image server doc
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
parent
fdd120d20f
commit
9d18f53a9a
@ -10,6 +10,6 @@ Manage images <howto/images_manage>
|
||||
Copy and import images <howto/images_copy>
|
||||
Create images <howto/images_create>
|
||||
Associate profiles <howto/images_profiles>
|
||||
reference/remote_image_servers
|
||||
reference/image_format
|
||||
reference/image_servers
|
||||
```
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
(remote-image-servers)=
|
||||
# Remote image servers
|
||||
(image-servers)=
|
||||
# Default image server
|
||||
|
||||
The [`incus`](incus.md) CLI command comes pre-configured with the following default remote image servers:
|
||||
The [`incus`](incus.md) CLI command comes pre-configured with the following default remote image server:
|
||||
|
||||
`images:`
|
||||
: This server provides unofficial images for a variety of Linux distributions.
|
||||
@ -9,14 +9,17 @@ The [`incus`](incus.md) CLI command comes pre-configured with the following defa
|
||||
|
||||
See [`images.linuxcontainers.org`](https://images.linuxcontainers.org) for an overview of available images.
|
||||
|
||||
(remote-image-server-types)=
|
||||
## Remote server types
|
||||
Additional image servers can be added through `incus remote add`.
|
||||
|
||||
(image-server-types)=
|
||||
## Image server types
|
||||
|
||||
Incus supports the following types of remote image servers:
|
||||
|
||||
Simple streams servers
|
||||
: Pure image servers that use the [simple streams format](https://git.launchpad.net/simplestreams/tree/).
|
||||
The default image servers are simple streams servers.
|
||||
No special software is required to run such a server as it's only made of static files.
|
||||
The default `images:` server uses simplestreams.
|
||||
|
||||
Public Incus servers
|
||||
: Incus servers that are used solely to serve images and do not run instances themselves.
|
||||
Loading…
Reference in New Issue
Block a user