Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 05_persisting_data.md #21697

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 05_persisting_data.md
changed error: container's instead of containers
  • Loading branch information
shariqahmkhan authored Jan 5, 2025
commit c77292459e4a94368fd3ab27ff8291561f40e954
2 changes: 1 addition & 1 deletion content/get-started/workshop/05_persisting_data.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@

### See this in practice

To see this in action, you're going to start two containers. In one container,
To see this in action, you're going to start two container's. In one container,

Check failure on line 24 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'this'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'this'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 24, "column": 8}}}, "severity": "ERROR"}

Check failure on line 24 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'container's'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'container's'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 24, "column": 50}}}, "severity": "ERROR"}
you'll create a file. In the other container, you'll check whether that same
file exists.

@@ -194,9 +194,9 @@
The `Mountpoint` is the actual location of the data on the disk. Note that on most machines, you will
need to have root access to access this directory from the host.

This path is relative to Linux host machine and also in case you are running containers on Windows OS,

Check failure on line 197 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 197, "column": 78}}}, "severity": "ERROR"}
it means you are using Linux containers. Although, Windows containers have limited image support comapred

Check failure on line 198 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'means'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'means'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 198, "column": 4}}}, "severity": "ERROR"}

Check failure on line 198 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 198, "column": 30}}}, "severity": "ERROR"}

Check warning on line 198 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.SentenceLength] Write short, concise sentences. (<=40 words) Raw Output: {"message": "[Docker.SentenceLength] Write short, concise sentences. (\u003c=40 words)", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 198, "column": 42}}}, "severity": "WARNING"}

Check failure on line 198 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 198, "column": 60}}}, "severity": "ERROR"}

Check failure on line 198 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'comapred'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'comapred'?", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 198, "column": 98}}}, "severity": "ERROR"}
to Linux containers (such as contiki-ng), you can try to switch from Linux Container to Windows containers

Check failure on line 199 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 199, "column": 10}}}, "severity": "ERROR"}

Check failure on line 199 in content/get-started/workshop/05_persisting_data.md

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'. Raw Output: {"message": "[Vale.Terms] Use '(?-i)[A-Z]{2,}'?s' instead of 'containers'.", "location": {"path": "content/get-started/workshop/05_persisting_data.md", "range": {"start": {"line": 199, "column": 97}}}, "severity": "ERROR"}
and run following command to witness the relative path of volume changes on Linux based based to Windows based path.

```console
Loading
Oops, something went wrong.