mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-12-04 19:11:33 +00:00
Revert "Append --init flag to Docker run in order to get zombie processes reaped"
This reverts commit c972026385
.
This commit is contained in:
parent
054d52b5fa
commit
106b932c6b
@ -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:-} \
|
||||
${@:-} \
|
||||
|
Loading…
Reference in New Issue
Block a user