summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 23:19:00 +0000
committerAndrew Brookins <andrew.brookins@redislabs.com>2020-07-15 23:19:00 +0000
commitf67ab19ba9f45d63f7afc12e1aa9a994c4bff3da (patch)
tree79fb8bc5d4941f6f0db9987dc1099508a12bbb0f
parent344f589a52110b9d24da42b8c9f3590fde2b58a0 (diff)
downloadredis-py-f67ab19ba9f45d63f7afc12e1aa9a994c4bff3da.tar.gz
Editing
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index e2db60f..6dc745b 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -56,7 +56,9 @@ Following are a few tips that can help you work with the Docker-based developmen
To get a bash shell inside of a container:
-``docker-compose run sentinel_1 /bin/bash``
+``docker-compose run <service> /bin/bash``
+
+**Note**: The term "service" refers to the "services" defined in the `docker-compose.yml` file: "master", "slave", "sentinel_1", "sentinel_2", "sentinel_3", "tests".
Containers run a minimal Debian image that probably lacks tools you want to use. To install packages, first get a bash session (see previous tip) and then run: