diff --git a/README.md b/README.md index 51441f88aed0de406beb01ea9a67378b33d83f09..0fba7df64b563baa34c38e8db3b3365caafd0274 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,12 @@ pytest -s --pyargs clmctest.monitoring #### CI Testing -A lxd container is setup on givry called `flame-clmc-ci`. The container is priviledged and allows for nested containers. The container was created using the following commands +A lxd container is setup on givry called `flame-clmc-ci`. The container is priviledged and allows for nested containers. The container was created using the following commands. + +Note that the container only works on the `default` storage pool and not the large storage device `pool2` ``` -lxc launch ubuntu:18.04 flame-clmc-ci -c security.privileged=true -c security.nesting=true +lxc launch ubuntu:18.04 flame-clmc-ci -c security.privileged=true -c security.nesting=true ``` the container is then started and LXD initialised