src-d / borges

borges collects and stores Git repositories.
https://docs.sourced.tech/borges/
GNU General Public License v3.0
52 stars 20 forks source link

README uses wrong container name for borges producer #322

Closed smola closed 6 years ago

smola commented 6 years ago

From @dennwc (more):

Tried to run the producer by pasting the command. Got an error: docker: Error response from daemon: Conflict. The container name "/borges_consumer" is already in use Sure, because the command uses the same name (borges_consumer) instead of borges_producer. Changed to the right name and it worked.