From 106b932c6b63cb8dc75fc811c33e28c40470971d Mon Sep 17 00:00:00 2001 From: "R. Richard" Date: Tue, 27 Aug 2019 13:05:52 +0200 Subject: [PATCH] Revert "Append --init flag to Docker run in order to get zombie processes reaped" This reverts commit c972026385ba2d98df4548f24608b0ca62631505. --- hack/libhack/challenge.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hack/libhack/challenge.sh b/hack/libhack/challenge.sh index 0c93027..4d4cd95 100644 --- a/hack/libhack/challenge.sh +++ b/hack/libhack/challenge.sh @@ -44,8 +44,7 @@ challenge::run() { mount_volumes="${mount_baseimage:-} ${mount_challenge}" fi popd - docker run --init \ - --rm \ + docker run --rm \ -p ${CHALLENGE_PORT}:${CHALLENGE_PORT} \ ${mount_volumes:-} \ ${@:-} \