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:-} \ ${@:-} \