mirror of https://github.com/docker/docs.git
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:
parent
b952723881
commit
c63859bf86
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue