diff --git a/README.md b/README.md index c0d5b36..d0b9b39 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ the Ansible collection `theliberatededge.test_linux_containers`. 1. You have access to a machine running a Linux distribution of your choice. -2. [LXD](https://ubuntu.com/lxd) has been installed and initialised on this -machine, so that containers can be launched. It will effectively be used as -a container hypervisor. +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 a container hypervisor. 3. Your user has been granted permissions to manage Linux containers. 4. Python 3 has been set up correctly on the machine. 5. [Ansible](https://pypi.org/project/ansible/) has been installed. @@ -37,7 +37,7 @@ for launching Debian Bookworm linux containers. Variables - `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 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 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 a container hypervisor. 3. Your user has been granted permissions to manage Linux containers.