This is telling you you're root in the docker container, right?
On Mon, Apr 19, 2021 at 4:51 AM Bruno Gomes Pessanha < bruno.pessa...@gmail.com> wrote: > Somebody could help me with this? > Pretty strange behaviour. If I run "id: it shows different groups if I run > "id myuser": > > [root@ctrl-slurm /]# srun --pty -p local --uid myuser bash > > [myuser@node-slurm /]$ id > uid=868295925(myuser) gid=0(root) groups=0(root),979(cgred) > > [myuser@node-slurm /]$ id myuser > uid=868295925(myuser) gid=1001(myuser) groups=1001(myuser),978(docker) > > -- > Bruno >