Skip to content

Commit d442f13

Browse files
felipecrsmxcl
authored andcommitted
Prevent zombie processes and properly handle Ctrl+C on bk docker
1 parent fc7f112 commit d442f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/bk-docker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ exec docker run \
7272
--name brewkit.pkgx.dev \
7373
--rm \
7474
$INTERACTIVE $PLATFORM \
75+
--init \
7576
--volume "$d:/brewkit" \
7677
--volume "$PKGX_PANTRY_PATH:/work" \
7778
--volume "${XDG_CACHE_HOME:-$HOME/Library/Caches/pkgx}:/root/.cache/pkgx" \

0 commit comments

Comments
 (0)