Skip to content

Commit

Permalink
removed --privileged flag from docker container run
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Feb 16, 2016

Unverified

This user has not yet uploaded their public signing key.
1 parent c0647b9 commit 5d7e373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/com/rultor/agents/req/_head.sh
Original file line number Diff line number Diff line change
@@ -93,7 +93,6 @@ function docker_when_possible {
docker rm -f "${container}"
fi
docker run --rm -v "$(pwd):/main" "${vars[@]}" \
--privileged=true \
--hostname=docker \
--memory=6g --memory-swap=16g --oom-kill-disable \
"--cidfile=$(pwd)/cid" -w=/main \

0 comments on commit 5d7e373

Please sign in to comment.