Skip to content

Commit 75d7458

Browse files
committed
Merge pull request #3125 from carmstrong/docs-no_deisctl_ssh
docs(contributing): remove reference to `deisctl ssh`
2 parents f5e6b10 + 17752b5 commit 75d7458

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/contributing/hacking.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ Django Shell
202202

203203
.. code-block:: console
204204
205-
$ deisctl ssh controller # SSH into the controller
205+
$ deisctl list # determine which host runs the controller
206+
$ ssh core@<host> # SSH into the controller host
206207
$ nse deis-controller # inject yourself into the container
207208
$ cd /app # change into the django project root
208209
$ ./manage.py shell # get a django shell

0 commit comments

Comments
 (0)