Open DeathsGun opened 2 years ago
likely this:
First of all, you need to make sure your user has a uid and gid map defined in /etc/subuid and /etc/subgid. On Ubuntu systems, a default allocation of 65536 uids and gids is given to every new user on the system, so you should already have one. If not, you'll have to use usermod to give yourself one.
e.g.
usermod -v 1000000-1065535 jaro
I tried running the
create/create
example and got the following output:Even tough i have set up the uid mapping in
~/.config/lxc/default.conf
:cat ~/.config/lxc/default.conf
When using
lxc-create -t download test
then it will create the container like expected.lxc-checkconfig
Outputgo env
output: