Skip to content

Commit 17752b5

Browse files
committed
docs(contributing): remove reference to deisctl ssh
1 parent f5e6b10 commit 17752b5

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)