ravermeister / gitlab

GitLab CE (Docker image) for ARM devices. This is a mirror repository of
https://gitlab.com/ravermeister/gitlab
MIT License
12 stars 5 forks source link

adding `--privileged` to examples #1

Closed unlucio closed 2 years ago

unlucio commented 2 years ago

If not privileged every container created from this image will keep crashing with the error:

sleep: cannot read realtime clock: Operation not permitted

This seems to be a known problem as found on https://gitlab.com/ulm0/gitlab/-/issues/14.

Unfortunately without the --privileged flag no amount of docker exec will help to solve the problem as the container will either be dead (so not reachable via exec) or die right after it.

ravermeister commented 2 years ago

Hi, at lease for me this is not the case. I already answered in the mentioned issue. Just re-tested docker exec gitlab update-permissions without any problems. I've created a small Shell Script for start/stop. Please test again, and report back. otherwise I'll close this MR.

ravermeister commented 2 years ago

Closed, as I'm not able to reproduce and no response from the creator if the problem still exist.