replace lxd with incus in README.md

This commit is contained in:
emo 2024-01-18 23:35:21 +01:00
parent 0fb9c88890
commit 07bbef3c81

View File

@ -13,9 +13,9 @@ the Ansible collection `theliberatededge.test_linux_containers`.
1. You have access to a machine running a Linux distribution of your 1. You have access to a machine running a Linux distribution of your
choice. choice.
2. [LXD](https://ubuntu.com/lxd) has been installed and initialised on this 2. [incus](https://linuxcontainers.org/incus/docs/main/) has been installed and
machine, so that containers can be launched. It will effectively be used as initialised on this machine, so that containers can be launched. It will
a container hypervisor. effectively be used as a container hypervisor.
3. Your user has been granted permissions to manage Linux containers. 3. Your user has been granted permissions to manage Linux containers.
4. Python 3 has been set up correctly on the machine. 4. Python 3 has been set up correctly on the machine.
5. [Ansible](https://pypi.org/project/ansible/) has been installed. 5. [Ansible](https://pypi.org/project/ansible/) has been installed.
@ -37,7 +37,7 @@ for launching Debian Bookworm linux containers.
Variables Variables
- `lte_container_name` stands for the desired container name that - `lte_container_name` stands for the desired container name that
will be visible when running `lxc ls`. will be visible when running `incus ls`.
- `lte_container_root_pwd` is the password that will be set for - `lte_container_root_pwd` is the password that will be set for
the `root` user in the container named `lte_container_name`. the `root` user in the container named `lte_container_name`.
@ -124,7 +124,7 @@ make sure that the list of prerequisites below has been satisfied.
1. You have access to a machine running a Linux distribution of your 1. You have access to a machine running a Linux distribution of your
choice. choice.
2. [LXD](https://ubuntu.com/lxd) has been installed and initialised on this 2. [incus](https://linuxcontainers.org/incus/docs/main/) has been installed and initialised on this
machine, so that containers can be launched. It will effectively be used as machine, so that containers can be launched. It will effectively be used as
a container hypervisor. a container hypervisor.
3. Your user has been granted permissions to manage Linux containers. 3. Your user has been granted permissions to manage Linux containers.