Skip to content

Commit

Permalink
Update hostnames in getting started guide to be consistent (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jillr authored Aug 8, 2024
1 parent f207f90 commit e506e6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/getting_started_guide/trying_sample_commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ Try Sample Commands
receptorctl --socket /tmp/foo.sock status
2. Ping node mal from node foo
2. Ping node baz from node foo

.. code-block:: bash
receptorctl --socket /tmp/foo.sock ping mal
receptorctl --socket /tmp/foo.sock ping baz
3. Submit work from foo to mal and stream results back to foo
3. Submit work from foo to baz and stream results back to foo

.. code-block:: bash
seq 10 | receptorctl --socket /tmp/foo.sock work submit --node mal echo --payload - -f
seq 10 | receptorctl --socket /tmp/foo.sock work submit --node baz echo --payload - -f
4. List work units

Expand Down

0 comments on commit e506e6b

Please sign in to comment.