[DiscordArchive] rebuilding the container?
[DiscordArchive] rebuilding the container?
Archived author: locus313 • Posted: 2021-04-25T03:28:44.433000+00:00
Original source
oh that is probably because the docker is based on ubuntu 20.04 and one of the installed packages proabably has a group with that gid already
Archived author: Mynder • Posted: 2021-04-25T03:29:39.820000+00:00
Original source
ok, so I need to add a user to the host with a free gid > 999
Archived author: locus313 • Posted: 2021-04-25T03:29:53.687000+00:00
Original source
yeah proably
Archived author: Mynder • Posted: 2021-04-25T03:30:17.682000+00:00
Original source
Splendid. Let's try that...
Archived author: Mynder • Posted: 2021-04-25T03:31:42.006000+00:00
Original source
or at least a group
Archived author: Mynder • Posted: 2021-04-25T03:31:51.862000+00:00
Original source
that I'll add my current user to
Archived author: locus313 • Posted: 2021-04-25T03:32:16.811000+00:00
Original source
yeah, that should work
Archived author: Mynder • Posted: 2021-04-25T03:37:50.727000+00:00
Original source
docker-compose build ac-dev-server succeeded
Archived author: Mynder • Posted: 2021-04-25T03:38:09.598000+00:00
Original source
./acore.sh docker build ran into permission errors, but the "id" output showed the correct group id (2000)
Archived author: Mynder • Posted: 2021-04-25T03:38:33.931000+00:00
Original source
I then chown-ed the whole shabang to eddy:acore (i.e. my user id, and the new group) and ran it again, successfully