[DiscordArchive] ....how?
[DiscordArchive] ....how?
Archived author: Mynder • Posted: 2021-04-25T02:35:32.146000+00:00
Original source
Might be better to set a user via .env?
Archived author: Mynder • Posted: 2021-04-25T02:35:56.345000+00:00
Original source
(or put that into the documentation for Linux other than Ubuntu)
Archived author: locus313 • Posted: 2021-04-25T02:36:12.519000+00:00
Original source
well i know some other linux distros default to 1000 for user created groups
Archived author: locus313 • Posted: 2021-04-25T02:36:44.962000+00:00
Original source
so the first group you create will start with 1000
Archived author: Mynder • Posted: 2021-04-25T02:36:54.768000+00:00
Original source
I'll try setting the user and group through .env and rebuild.
Archived author: locus313 • Posted: 2021-04-25T02:37:04.668000+00:00
Original source
cool
Archived author: Mynder • Posted: 2021-04-25T02:38:08.827000+00:00
Original source
for me, group "users" has id 100.
Archived author: locus313 • Posted: 2021-04-25T02:38:59.928000+00:00
Original source
yeah on Arch it will really depends on what order you created the user/group in
Archived author: locus313 • Posted: 2021-04-25T02:39:16.809000+00:00
Original source
in my case i added several packages before creating the user/group
Archived author: Mynder • Posted: 2021-04-25T02:39:52.571000+00:00
Original source
so, removed the "-n" from acore-docker-build, added a .env file with USER_ID=1000
GROUP_ID=100
and am now running "./acore.sh docker build" again