Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation tweaks #647

Merged
merged 3 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions doc/cloud-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Rebooting the instance does not re-trigger the actions.

## `cloud-init` support in images

To use `cloud-init`, you must base your instance on an image that has `cloud-init` installed:
To use `cloud-init`, you must base your instance on an image that has `cloud-init` installed.

* All images from the `ubuntu` and `ubuntu-daily` {ref}`image servers <image-servers>` have `cloud-init` support.
* Images from the [`images` remote](https://images.linuxcontainers.org/) have `cloud-init`-enabled variants, which are usually bigger in size than the default variant.
The cloud variants use the `/cloud` suffix, for example, `images:ubuntu/22.04/cloud`.
Images from the [`images` remote](https://images.linuxcontainers.org/) have `cloud-init`-enabled variants, which are usually bigger in size than the default variant.
The cloud variants use the `/cloud` suffix, for example, `images:ubuntu/22.04/cloud`.

## Configuration options

Expand Down
2 changes: 1 addition & 1 deletion doc/howto/benchmark_performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you run this tool repeatedly with different configurations, you can compare t
If the `incus-benchmark` tool isn't provided with your installation, you can build it from source.
Make sure that you have `go` (see {ref}`requirements-go`) installed and install the tool with the following command:

go install github.com/lxc/incus/incus-benchmark@latest
go install github.com/lxc/incus/cmd/incus-benchmark@latest

## Run the tool

Expand Down
2 changes: 1 addition & 1 deletion doc/howto/images_remote.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(images-remote)=
# How to use remote images

The [`incus`](incus.md) CLI command is pre-configured with several remote image servers.
The [`incus`](incus.md) CLI command can support several image servers and comes pre-configured with our own.
See {ref}`image-servers` for an overview.

## List configured remotes
Expand Down
Loading