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

docs/reference: run.md update confusing example name #3808

Merged
merged 1 commit into from Oct 11, 2022

Conversation

thaJeztah
Copy link
Member

This example was mounting /dev/zero as /dev/nulo inside the container. The nulo name was intended to be a "made up / custom" name, but various readers thought it to be a typo for /dev/null.

This patch updates the example to use /dev/foobar as name, which should make it more clear that it's a custom name.

This example was mounting `/dev/zero` as `/dev/nulo` inside the container.
The `nulo` name was intended to be a "made up / custom" name, but various
readers thought it to be a typo for `/dev/null`.

This patch updates the example to use `/dev/foobar` as name, which should
make it more clear that it's a custom name.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2022

Codecov Report

Merging #3808 (aea2a8c) into master (8d807a0) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3808   +/-   ##
=======================================
  Coverage   59.21%   59.21%           
=======================================
  Files         288      288           
  Lines       24605    24605           
=======================================
  Hits        14571    14571           
  Misses       9159     9159           
  Partials      875      875           

@thaJeztah thaJeztah merged commit f947138 into docker:master Oct 11, 2022
@thaJeztah thaJeztah deleted the docs_update_confusing_example branch October 11, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants