diff --git a/docs/src/experimental-logically-bound-images.md b/docs/src/experimental-logically-bound-images.md index 2e2eee55d..2db42faf0 100644 --- a/docs/src/experimental-logically-bound-images.md +++ b/docs/src/experimental-logically-bound-images.md @@ -76,6 +76,12 @@ invocation used by bootc. However, many properties used for container registry i can be configured via [containers-registries.conf](https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md) and apply to all commands operating on that image. +It is not currently supported in general to launch "rootless" containers from system-owned +image stores in general, whether from `/var/lib/containers` or the `/usr/lib/bootc/storage`. +There is no integration between bootc and "rootless" storage today, and none is planned. +Instead, it's recommended to ensure that your "system" or "rootful" containers drop +privileges. More in e.g. . + ### Distro/OS installer support At the current time, logically bound images are [not supported by Anaconda](https://github.com/rhinstaller/anaconda/discussions/5197).