Browse Source

better commands and copy

master
Brett Langdon 7 years ago
parent
commit
fde203dbc8
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dash-apm-python/step_10.md
  2. +1
    -1
      dash-apm-python/step_11.md

+ 1
- 1
dash-apm-python/step_10.md View File

@ -2,6 +2,6 @@ In this phase we are going to introduce a service failure.
Open a new terminal window and run: Open a new terminal window and run:
`docker-compose stop sensors`
`cd /tracing-workshop && docker-compose stop sensors`{{copy}}
to cause the `sensors-api` service to stop. to cause the `sensors-api` service to stop.

+ 1
- 1
dash-apm-python/step_11.md View File

@ -1,5 +1,5 @@
Before continuing please be sure to restart the `sensors-api` service. Before continuing please be sure to restart the `sensors-api` service.
`docker-compose start sensors`.
`docker-compose start sensors`{{copy}}
You may close the new terminal window you have opened in the previous step. You may close the new terminal window you have opened in the previous step.

Loading…
Cancel
Save