Skip to content

Commit

Permalink
Merge pull request #2944 from LeeDongGeon1996/patch-1
Browse files Browse the repository at this point in the history
docs: Fix wrong variable name
  • Loading branch information
thaJeztah authored Jan 25, 2021
2 parents 902e9fa + 852fe05 commit 669d833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ volume mounted on the host).
The `container-dest` must always be an absolute path such as `/src/docs`.
The `host-src` can either be an absolute path or a `name` value. If you
supply an absolute path for the `host-dir`, Docker bind-mounts to the path
supply an absolute path for the `host-src`, Docker bind-mounts to the path
you specify. If you supply a `name`, Docker creates a named volume by that `name`.
A `name` value must start with an alphanumeric character,
Expand Down

0 comments on commit 669d833

Please sign in to comment.