diff --git a/content/get-started/05_persisting_data.md b/content/get-started/05_persisting_data.md index 0ed6ec90b9..6c78b650f3 100644 --- a/content/get-started/05_persisting_data.md +++ b/content/get-started/05_persisting_data.md @@ -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",