Skip to content

Releases: jpbochi/drun

added support to read Node.js version from .nvmrc

06 Jul 21:29
9f92090
Compare
Choose a tag to compare

changes at #29

Stop using mhart/alpine-node-auto

04 Jul 11:52
1f2c553
Compare
Choose a tag to compare

stop mapping .yarnrc to container HOME

18 Jul 11:06
41ad20d
Compare
Choose a tag to compare

that was only made as a workaround for an yarn issue that has been fixed one year ago

adds -V option to optimize mount of current directory

17 Jul 10:07
6de7c04
Compare
Choose a tag to compare

example: drun -V delegated ... will use docker run -v $(pwd):$(pwd):delegated ...

see docker docs at see https://docs.docker.com/docker-for-mac/osxfs-caching

improved handling of volume mounting in inception cases

28 Jun 19:11
Compare
Choose a tag to compare
Merge pull request #21 from jpbochi/inception

better test to verify if any mount includes the current directory

no --net=host by default

21 Jun 09:42
Compare
Choose a tag to compare
Merge pull request #18 from jpbochi/no-net-host

removes default --net=host

ignores ranges when reading node version from package.json

05 May 14:49
Compare
Choose a tag to compare
Merge pull request #17 from jpbochi/ranges

ignores ranges when reading package.json | engines.node

adds automatic mapping for .yarnrc

04 May 13:20
Compare
Choose a tag to compare
Merge pull request #16 from jpbochi/yarn

adds auto mapping for .yarnrc if there is any

extra options

20 Mar 18:26
Compare
Choose a tag to compare

All docker run options that have a single letter and require one argument (eg, docker run -p 80:80) are accepted seamlessly by drun, too. For completeness, they are -a, -c, -e, -h, -l, -m, -p, -u, -v, and -w.

Also, for long options like --dns, you can now use -X like this: drun -X --dns=8.8.8.8 ....

adds -M (alpine|wheezy|slim) option to specify alternative node images

10 Mar 12:35
Compare
Choose a tag to compare
Merge pull request #14 from jpbochi/alternative-node

adds -M (alpine|wheezy|slim) option to specify alternative node images