Skip to content

Commit

Permalink
dns
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 26, 2024
1 parent 96b0c29 commit c46f7b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/com/rultor/agents/req/_head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function docker_when_possible {
docker run -t --rm \
-v "$(pwd):/main" "${vars[@]}" \
--hostname=docker --privileged --net=host \
--dns 8.8.8.8 \
--memory=8g --memory-swap=16g --oom-kill-disable \
"--cidfile=$(pwd)/cid" -w=/main \
-v /var/run/docker.sock:/var/run/docker.sock \
Expand Down

0 comments on commit c46f7b2

Please sign in to comment.