Hi
If I create a new unprivileged Debian 12 container, I'm unable to create a new user with a home directory that can be owned by that user. Any help would be appreciated![Smile :) :)]()
Steps to recreate:
Here's the error...
Read more
If I create a new unprivileged Debian 12 container, I'm unable to create a new user with a home directory that can be owned by that user. Any help would be appreciated

Steps to recreate:
- Create a new Debian 12 unprivileged container
- Edit the LXC file (per below)
- Start it
- In the container:
- useradd -u 1000 -m --shell=/usr/bin/bash jayden
- usermod -aG sudo jayden
- apt install sudo
- passwd jayden
Here's the error...
Read more