From ff932b80e325ac67fc7f17fdb7f7d85b1163448e Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Thu, 23 Oct 2025 12:44:40 -0500 Subject: [PATCH] Menu for "Containers" lists LXD but not Incus * because of missing images in LXD and Incus rapid development cycle, switch the guides to reference Inucs rather than LXD * update `.pages` to make the link change * update `00-toc.md` in `docs/books/lxd_server` with admonition on LXD's status --- docs/books/lxd_server/00-toc.md | 4 ++++ docs/guides/containers/.pages | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/books/lxd_server/00-toc.md b/docs/books/lxd_server/00-toc.md index 5fb3b87629..7eb84295c7 100644 --- a/docs/books/lxd_server/00-toc.md +++ b/docs/books/lxd_server/00-toc.md @@ -10,6 +10,10 @@ tags: # Creating a full LXD server +!!! warning "LXD status" + + Note that LXD does not contain current images of Rocky Linux 10, or most if not all other RHEL clone images. This is likely due to the licensing changes that kept the Linux Containers project from contributing images to LXD. (see other notes below.) That means that if you want a modern containerized platform, based on the original development of LXD and with the many of the original developers contributing, your best bet is to switch to [Incus](../incus_server/00-toc.md). + !!! info This procedure should work for Rocky Linux 8.x or 9.x. If you are looking for a modern implementation of this project from the former lead developers of LXD, but available only for Rocky Linux 9.x, check out [the Incus Server book](../incus_server/00-toc.md). diff --git a/docs/guides/containers/.pages b/docs/guides/containers/.pages index 667dc80b52..12c3f6c612 100644 --- a/docs/guides/containers/.pages +++ b/docs/guides/containers/.pages @@ -1,4 +1,4 @@ --- nav: - - LXD Server: https://docs.rockylinux.org/books/lxd_server/00-toc/ + - Incus Server: https://docs.rockylinux.org/books/incus_server/00-toc/ - ...