From e5b4fbed697e8969ce46ef46e5f92aaf8d3d8b92 Mon Sep 17 00:00:00 2001 From: Desmond Silveira Date: Thu, 24 Dec 2020 13:19:55 -0800 Subject: [PATCH] Fix formatting of text and code blocks. --- get-started/05_persisting_data.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/get-started/05_persisting_data.md b/get-started/05_persisting_data.md index 2e7dd09156..2679216531 100644 --- a/get-started/05_persisting_data.md +++ b/get-started/05_persisting_data.md @@ -29,10 +29,9 @@ What you'll see is that the files created in one container aren't available in a commands (why we have the `&&`). The first portion picks a single random number and writes it to `/data.txt`. The second command is simply watching a file to keep the container running. -1. Validate we can see the output by `exec`'ing into the container. To do so, open the Dashboard and click the first action of the container that is running the `ubuntu` image. +1. Validate we can see the output by `exec`ing into the container. To do so, open the Dashboard and click the first action of the container that is running the `ubuntu` image. ![Dashboard open CLI into ubuntu container](images/dashboard-open-cli-ubuntu.png){: style=width:75% } -{: .text-center } You will see a terminal that is running a shell in the ubuntu container. Run the following command to see the content of the `/data.txt` file. Close this terminal afterwards again.