Update 05_persisting_data.md

Grab a ubuntu image? Sounds wrong.
This commit is contained in:
Dan Bolser 2021-03-31 20:59:38 +01:00 committed by GitHub
parent f07985699a
commit 6fad2f7dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. 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. between 1 and 10000.
```bash ```bash