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

Deleting Repository #70

Closed simPod closed 7 years ago

simPod commented 7 years ago

When trying to delete repository in your docker image, it says to use this command:

image

However, when listing the bin directory ls, there's no script with name remove

image

How can I delete the repository?

hach-que commented 7 years ago

This script is located under /srv/phabricator/phabricator. Thus you can run it with:

/srv/phabricator/phabricator/bin/remove destroy ...
simPod commented 7 years ago

Wow, such fast reponse. It works, thanks!