From 6fad2f7dc7b2a96d84d7dd334117d7334284e807 Mon Sep 17 00:00:00 2001 From: Dan Bolser <55913678+CholoTook@users.noreply.github.com> Date: Wed, 31 Mar 2021 20:59:38 +0100 Subject: [PATCH] Update 05_persisting_data.md Grab a ubuntu image? Sounds wrong. --- get-started/05_persisting_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/05_persisting_data.md b/get-started/05_persisting_data.md index 5f0cf905a6..d873aeb31a 100644 --- a/get-started/05_persisting_data.md +++ b/get-started/05_persisting_data.md @@ -18,7 +18,7 @@ changes won't be seen in another container, _even if_ they are using the same im To see this in action, we're going to start two containers and create a file in each. What you'll see is that the files created in one container aren't available in another. -1. Start a `ubuntu` container that will create a file named `/data.txt` with a random number +1. Start an `ubuntu` container that will create a file named `/data.txt` with a random number between 1 and 10000. ```bash