From fde203dbc862e76bc71defa5a9b7d3a1d5123757 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 13 Jul 2019 18:43:32 -0400 Subject: [PATCH] better commands and copy --- dash-apm-python/step_10.md | 2 +- dash-apm-python/step_11.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dash-apm-python/step_10.md b/dash-apm-python/step_10.md index 45cfdc0..ff7f40a 100644 --- a/dash-apm-python/step_10.md +++ b/dash-apm-python/step_10.md @@ -2,6 +2,6 @@ In this phase we are going to introduce a service failure. 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. diff --git a/dash-apm-python/step_11.md b/dash-apm-python/step_11.md index d0b5ec9..5f01333 100644 --- a/dash-apm-python/step_11.md +++ b/dash-apm-python/step_11.md @@ -1,5 +1,5 @@ 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.