We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5e6b10 + 17752b5 commit 75d7458Copy full SHA for 75d7458
1 file changed
docs/contributing/hacking.rst
@@ -202,7 +202,8 @@ Django Shell
202
203
.. code-block:: console
204
205
- $ deisctl ssh controller # SSH into the controller
+ $ deisctl list # determine which host runs the controller
206
+ $ ssh core@<host> # SSH into the controller host
207
$ nse deis-controller # inject yourself into the container
208
$ cd /app # change into the django project root
209
$ ./manage.py shell # get a django shell
0 commit comments