RedpointArchive / phabricator

A Docker image that runs Phabricator, an open source software engineering tool
https://hub.docker.com/r/redpointgames/phabricator/
307 stars 98 forks source link

Question git build Phabricator by docker #89

Closed victorsheng closed 6 years ago

victorsheng commented 6 years ago

I want import my compay's gitlab Repository by http way,but I can't clone from gitlab image and I add --privileged=true \ however, it doesn't work

DarthGandalf commented 6 years ago

I had the same issue. # chown 2000 /srv/docker/phabricator/repos/ on host fixed it.

hach-que commented 6 years ago

Yeah, you'll need to make sure that either the mapped repository volume is world writable (so the Docker instance can write into it), or that it has the correct UID (even if there's no user in the host instance that maps to the UID).

There's nothing actionable here, so I'm going to close this issue.