Skip to content

Commit 4453588

Browse files
Update 05_persisting_data.md
tried alternative sentences to make it clear
1 parent c772924 commit 4453588

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/get-started/workshop/05_persisting_data.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ changes won't be seen in another container, even if they're using the same image
2121

2222
### See this in practice
2323

24-
To see this in action, you're going to start two container's. In one container,
24+
To see this in action, you're going to start two containers. In one container,
2525
you'll create a file. In the other container, you'll check whether that same
2626
file exists.
2727

@@ -194,10 +194,7 @@ You should see output like the following:
194194
The `Mountpoint` is the actual location of the data on the disk. Note that on most machines, you will
195195
need to have root access to access this directory from the host.
196196

197-
This path is relative to Linux host machine and also in case you are running containers on Windows OS,
198-
it means you are using Linux containers. Although, Windows containers have limited image support comapred
199-
to Linux containers (such as contiki-ng), you can try to switch from Linux Container to Windows containers
200-
and run following command to witness the relative path of volume changes on Linux based based to Windows based path.
197+
This path is relative to the Linux host machine. If you're running containers on Windows OS, you're likely using Linux containers. While Windows containers have limited image support compared to Linux containers, you can switch to Windows containers and run the following command to observe how the relative path of volumes changes from Linux-based to Windows-based paths.
201198

202199
```console
203200
docker volume create todo-app

0 commit comments

Comments
 (0)