Merge pull request #12600 from CholoTook/patch-1

Update 05_persisting_data.md
This commit is contained in:
Usha Mandya 2021-04-30 14:14:19 +01:00 committed by GitHub
commit d2520aae96
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