Skip to content

Releases: jpbochi/drun

Corrects blunder introduced in v0.9.1

03 Feb 17:42
Compare
Choose a tag to compare
Merge pull request #9 from jpbochi/blunder

fixes blunder

Removed bashisms

03 Feb 16:32
Compare
Choose a tag to compare

Also, tries curl --unix-socket where nc -U is not supported.

Optionally avoids mounting /var/run/docker.sock

03 Feb 00:19
Compare
Choose a tag to compare

By default, drun always did -v /var/run/docker.sock:/var/run/docker.sock. Since this was causing problems in some cases, we added some verification to see if the socket is operational before mounting. Also, drun -D won't even try to mount the daemon socket.

Extras:

  • use -A if you prefer alpine images (e.g. drun -NA will do docker mhart/alpine-node-auto:x.x.x instead of docker node:x.x.x)
  • if XTRACE is set outside of drun, it effectively enables the -x option

Maps volumes from current container if one is detected

19 Dec 18:56
Compare
Choose a tag to compare
Merge pull request #2 from rodolfo42/patch-2

clarify .npmrc mount

does not mount $HOME/.npm/_git-remotes by default (with -N option)

27 Sep 14:55
Compare
Choose a tag to compare
v0.7.1

don't mount £HOME/.npm/_git-remotes by default

`-N` option mounts ~/.npmrc if one exists

16 Sep 22:42
Compare
Choose a tag to compare
v0.7.0

mounts ~/.npmrc if one exists

does not fail if temp env file was deleted while container was up

05 Sep 11:19
Compare
Choose a tag to compare
v0.6.1

does not fail if temp env file was deleted while container was up

splits -n option into -N and -P for flexibility

30 Aug 19:10
Compare
Choose a tag to compare

drun -n is not suppoerted anymore. Use drun -NP or drun -N instead.

uses raw shell instead of bash

30 Aug 18:10
Compare
Choose a tag to compare
v0.5.0

changes shebang from bash to sh so that drun can run inside alpine ba…

fixes mount of local ~/.npmrc

29 Aug 10:36
Compare
Choose a tag to compare
v0.4.4

corrects mount of ~/.npmrc to £(npm prefix -g)/etc/npmrc