Used fixed uid/gid for the default user account

Buildroot now defaults to allocating the package users first,
and the defined users later which means they get higher ids.

In order for the default "docker" user to have the uid/gid as
in previous versions, set it explicitly (to the first: 1000)
pull/5767/head
Anders F Björklund 2019-10-28 22:11:46 +01:00
parent b4ce29d589
commit d808a9ffec
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
docker -1 docker -1 =tcuser /home/docker /bin/bash wheel,vboxsf -
docker 1000 docker 1000 =tcuser /home/docker /bin/bash wheel,vboxsf -