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.
From @dennwc (more):