Update 05_persisting_data.md (#19956)

* Update 05_persisting_data.md

Correcting spelling mistake and separating console of command and op.

* Update content/get-started/05_persisting_data.md

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
This commit is contained in:
Harsh Patel 2024-05-24 03:59:14 +05:30 committed by GitHub
parent b952723881
commit c63859bf86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,7 @@ What you'll see is that the file created in one container isn't available in ano
$ docker run alpine cat greeting.txt
```
You should see output similiar to the following that indicates the file does not exist in the new container.
You should see output similar to the following that indicates the file does not exist in the new container.
```console
cat: can't open 'greeting.txt': No such file or directory
@ -177,6 +177,9 @@ you can use the `docker volume inspect` command.
```console
$ docker volume inspect todo-db
```
You should see output like the following:
```console
[
{
"CreatedAt": "2019-09-26T02:18:36Z",