Skip to content

Commit

Permalink
Merge pull request #2 from rodolfo42/patch-2
Browse files Browse the repository at this point in the history
clarify .npmrc mount
  • Loading branch information
jpbochi authored Dec 19, 2016
2 parents d7c9627 + e5188a5 commit 70a3bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drun
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ usage_noexit() {
echo >&2 ' -h Help'
echo >&2 ' -k Keep container after run (i.e. does not user docker run --rm option)'
echo >&2 ' -x Enables bash xtrace so that exact `docker run` command is displayed'
echo >&2 ' -N Uses node:AUTO image, where AUTO is detected from a local package.json if any'
echo >&2 ' -N Uses node:AUTO image, where AUTO is detected from a local package.json if any (also mounts .npmrc, if present)'
echo >&2 ' -P Mounts your ~/.npm/ into the container (Only useful with node, obviously)'
echo >&2 ' -v VOL_SPEC Adds a --volume option to `docker run`'
echo >&2 ' -e ENV_SPEC Adds a --env option to `docker run`'
Expand Down

0 comments on commit 70a3bc4

Please sign in to comment.