Skip to content

Commit

Permalink
FAB-5030 fix syntax error in code samples
Browse files Browse the repository at this point in the history
Change-Id: Ica247fe0790922f15fa8487751675ffd94c888a5
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jun 28, 2017
1 parent 27b3f3c commit 75131a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/build_network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ What's happening behind the scenes?
.. note:: These steps describe the scenario in which
``script.sh`` is not commented out in the
docker-compose-cli.yaml file. Clean your network
with ``./byfn.sh down`` and ensure
with ``./byfn.sh -m down`` and ensure
this command is active. Then use the same
docker-compose prompt to launch your network again

Expand Down Expand Up @@ -906,7 +906,7 @@ Troubleshooting

.. code:: bash
./byfn.sh down
./byfn.sh -m down
- **YOU WILL SEE ERRORS IF YOU DO NOT REMOVE CONTAINERS AND IMAGES**

Expand Down Expand Up @@ -967,7 +967,7 @@ channel artifacts.

.. code:: bash
./byfn.sh down
./byfn.sh -m down
- If you see an error stating that you still have "active endpoints", then prune
your docker networks. This will wipe your previous networks and start you with a
Expand Down

0 comments on commit 75131a2

Please sign in to comment.